This guide will show you the trick to change the style of your name, which will display on the elimination screen.
How to change your name color and style
Short Explanation
To do this, you have to understand the hexadecimal RGB color code, which means:
- R = Red
- G = Green
- B = Blue
Hexadecimal goes from 0 to F, which means:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
Left (0) is none, Right (F) is maximum.
So a code like #F00 means 100% red, 0% green, 0% blue.
PS: To save character space, we will use the 3 digits format #RGB instead of the traditional 6 digits #RRGGBB. But it is also possible if you need to be extra precise.
Add a color to your name
You must go on Steam, and change your username.
If you want your name to be red, your name should look like this:
<#F00>NAME
Here’s a few codes I’ve tried:
- RED: #F00
- BLUE: #00F
- GREEN: #0F0
- YELLOW: #FF0
- ORANGE: #F90
- CYAN: #0FF
- PURPLE: #A0F
- DARK PURPLE: #90F
- PINK: #F0F
- DESIGN BLUE: #05F
- LIGHT-PINK: #A57
I’ve made this little thing for you to test out different colors right away:
https://codepen.io/jeanmichelmorin/pen/yLOLNKz
Please note: The color of your name will only be displayed on the elimination screen OR if you get the crown. Not during the match itself.
Other Cool Text Effects
- Bold: <b>NAME
- Italic: <i>NAME
- Underline: <u>NAME
- Mark (pale highlight on name): <mark>NAME
- Size: <size=???>NAME
Note
I will be adding more things soon.
It’s end. I hope “Fall Guys How to change your name color and style” helps you. Feel free to contribute the topic. If you have also comments or suggestions, comment us.