Shades of Neon Blue #5E49F9
Tints of Neon Blue #5E49F9
RGB
CMYK
RGB Variations
Color information
#5E49F9 (or 0x5E49F9) is known color: Neon Blue. HEX triplet: 5E, 49 and F9. RGB value is (94,73,249). Sum of RGB (Red+Green+Blue) = 94+73+249=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E49F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E49F9 is #A1B606. Grayscale: #626262. Windows color (decimal): -10597895 or 16337246. OLE color: 16337246.
HSL color Cylindrical-coordinate representation of color #5E49F9: hue angle of 247.16º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E49F9 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 73 | 249 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.02 |
| HSL | 247.16º | 0.94% | 0.63% | - |
| HSV(B) | 247.16º | 0.71% | 0.98% | - |
| XYZ | 24.1 | 13.98 | 91.05 | - |
| YUV | 99.34 | 212.46 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 249 | 0.62 | 0.71 | 0 | 0.02 | 247.16 | 0.94 | 0.63 |
| Hex | 5E | 49 | F9 | 3E | 47 | 0 | 2 | F7 | 5E | 3F |
| Octal | 136 | 111 | 371 | 76 | 107 | 0 | 2 | 367 | 136 | 77 |
| Binary | 1011110 | 1001001 | 11111001 | 111110 | 1000111 | 0 | 10 | 11110111 | 1011110 | 111111 |
Color Harmonies of #5E49F9
Complementary color
Monochromatic Colors of #5E49F9
Black with #5E49F9
Text Example
Text Example
White with #5E49F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E49F9; }
p { color: rgb(94,73,249); }
H1.HeaderClassName
{
color: #5E49F9;
}
.AnyTagClassName
{
color: #5E49F9;
}
</style>
background-color css
<style>
a { background-color: #5E49F9; }
a { background-color: rgb(94,73,249); }
div.DivClassName
{
background-color: #5E49F9;
}
.BgClassName
{
background-color: #5E49F9;
}
</style>
border-color css
<style>
span { border-color: #5E49F9; }
span { border-color: rgb(94,73,249); }
td.TdClassName
{
border-color: #5E49F9;
}
.TagClassName
{
border-color: #5E49F9;
}
</style>