Type in your name, and it will be converted to a colour! How this works: 1. It will ask for your first, middle, and last name (if you don't have a middle name, don't worry, you can just press enter and it will skip it) 2. It converts each letter in each part of your name to a number (A=1, B=2, C=3... all the way to Z=26) 3. It will then get the sum of the letters in each part of your name and multiply each of these sums by 4 4. The numbers are converted into RGB and the colour that it creates is displayed Credits: - Formula for name to colour off a video I saw online (I forgot who made it; I'm so sorry) - RGB in Scratch is from a YouTube video - Text engine by @Will_Wam - Rest of the code is by me :) IMPORTANT: There are no cloud variables used in this project, so you can be sure that your information isn't being saved.