Shades of Neon Blue #5E57E9
Tints of Neon Blue #5E57E9
RGB
CMYK
RGB Variations
Color information
#5E57E9 (or 0x5E57E9) is known color: Neon Blue. HEX triplet: 5E, 57 and E9. RGB value is (94,87,233). Sum of RGB (Red+Green+Blue) = 94+87+233=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E57E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57E9 is #A1A816. Grayscale: #696969. Windows color (decimal): -10594327 or 15292254. OLE color: 15292254.
HSL color Cylindrical-coordinate representation of color #5E57E9: hue angle of 242.88º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E57E9 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 87 | 233 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.09 |
| HSL | 242.88º | 0.77% | 0.63% | - |
| HSV(B) | 242.88º | 0.63% | 0.91% | - |
| XYZ | 22.73 | 15.08 | 78.8 | - |
| YUV | 105.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 233 | 0.60 | 0.63 | 0 | 0.09 | 242.88 | 0.77 | 0.63 |
| Hex | 5E | 57 | E9 | 3C | 3F | 0 | 9 | F3 | 4D | 3F |
| Octal | 136 | 127 | 351 | 74 | 77 | 0 | 11 | 363 | 115 | 77 |
| Binary | 1011110 | 1010111 | 11101001 | 111100 | 111111 | 0 | 1001 | 11110011 | 1001101 | 111111 |
Color Harmonies of #5E57E9
Complementary color
Monochromatic Colors of #5E57E9
Black with #5E57E9
Text Example
Text Example
White with #5E57E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57E9; }
p { color: rgb(94,87,233); }
H1.HeaderClassName
{
color: #5E57E9;
}
.AnyTagClassName
{
color: #5E57E9;
}
</style>
background-color css
<style>
a { background-color: #5E57E9; }
a { background-color: rgb(94,87,233); }
div.DivClassName
{
background-color: #5E57E9;
}
.BgClassName
{
background-color: #5E57E9;
}
</style>
border-color css
<style>
span { border-color: #5E57E9; }
span { border-color: rgb(94,87,233); }
td.TdClassName
{
border-color: #5E57E9;
}
.TagClassName
{
border-color: #5E57E9;
}
</style>