
This guide will show you the trick to change the style of your name, which will show up during the elimination screen.
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.
Note: 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
Please Note: The color of your name will only be displayed on the elimination screen, not during the match itself.
Other Cool Stuff
- Bold: <b>NAME
- Italic: <i>NAME
- Underline: <u>NAME
- Mark (Pale Highlight on Name): <mark>NAME
- Size: <size=???>NAME
Important: If you could give me a follow on Twitch, it would be very appreciated 🙂
Be the first to comment