Shades of Neon Blue #5064F9
Tints of Neon Blue #5064F9
RGB
CMYK
RGB Variations
Color information
#5064F9 (or 0x5064F9) is known color: Neon Blue. HEX triplet: 50, 64 and F9. RGB value is (80,100,249). Sum of RGB (Red+Green+Blue) = 80+100+249=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #5064F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5064F9 is #AF9B06. Grayscale: #6E6E6E. Windows color (decimal): -11508487 or 16344144. OLE color: 16344144.
HSL color Cylindrical-coordinate representation of color #5064F9: hue angle of 232.9º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5064F9 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 100 | 249 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.02 |
| HSL | 232.9º | 0.93% | 0.65% | - |
| HSV(B) | 232.9º | 0.68% | 0.98% | - |
| XYZ | 24.96 | 17.66 | 91.72 | - |
| YUV | 111.01 | 205.87 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 249 | 0.68 | 0.60 | 0 | 0.02 | 232.9 | 0.93 | 0.65 |
| Hex | 50 | 64 | F9 | 44 | 3C | 0 | 2 | E9 | 5D | 41 |
| Octal | 120 | 144 | 371 | 104 | 74 | 0 | 2 | 351 | 135 | 101 |
| Binary | 1010000 | 1100100 | 11111001 | 1000100 | 111100 | 0 | 10 | 11101001 | 1011101 | 1000001 |
Color Harmonies of #5064F9
Complementary color
Monochromatic Colors of #5064F9
Black with #5064F9
Text Example
Text Example
White with #5064F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5064F9; }
p { color: rgb(80,100,249); }
H1.HeaderClassName
{
color: #5064F9;
}
.AnyTagClassName
{
color: #5064F9;
}
</style>
background-color css
<style>
a { background-color: #5064F9; }
a { background-color: rgb(80,100,249); }
div.DivClassName
{
background-color: #5064F9;
}
.BgClassName
{
background-color: #5064F9;
}
</style>
border-color css
<style>
span { border-color: #5064F9; }
span { border-color: rgb(80,100,249); }
td.TdClassName
{
border-color: #5064F9;
}
.TagClassName
{
border-color: #5064F9;
}
</style>