Shades of Neon Blue #5E57EC
Tints of Neon Blue #5E57EC
RGB
CMYK
RGB Variations
Color information
#5E57EC (or 0x5E57EC) is known color: Neon Blue. HEX triplet: 5E, 57 and EC. RGB value is (94,87,236). Sum of RGB (Red+Green+Blue) = 94+87+236=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E57EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57EC is #A1A813. Grayscale: #696969. Windows color (decimal): -10594324 or 15488862. OLE color: 15488862.
HSL color Cylindrical-coordinate representation of color #5E57EC: hue angle of 242.82º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E57EC is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 87 | 236 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.07 |
| HSL | 242.82º | 0.8% | 0.63% | - |
| HSV(B) | 242.82º | 0.63% | 0.93% | - |
| XYZ | 23.16 | 15.25 | 81.08 | - |
| YUV | 106.08 | 201.32 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 236 | 0.60 | 0.63 | 0 | 0.07 | 242.82 | 0.8 | 0.63 |
| Hex | 5E | 57 | EC | 3C | 3F | 0 | 7 | F3 | 50 | 3F |
| Octal | 136 | 127 | 354 | 74 | 77 | 0 | 7 | 363 | 120 | 77 |
| Binary | 1011110 | 1010111 | 11101100 | 111100 | 111111 | 0 | 111 | 11110011 | 1010000 | 111111 |
Color Harmonies of #5E57EC
Complementary color
Monochromatic Colors of #5E57EC
Black with #5E57EC
Text Example
Text Example
White with #5E57EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57EC; }
p { color: rgb(94,87,236); }
H1.HeaderClassName
{
color: #5E57EC;
}
.AnyTagClassName
{
color: #5E57EC;
}
</style>
background-color css
<style>
a { background-color: #5E57EC; }
a { background-color: rgb(94,87,236); }
div.DivClassName
{
background-color: #5E57EC;
}
.BgClassName
{
background-color: #5E57EC;
}
</style>
border-color css
<style>
span { border-color: #5E57EC; }
span { border-color: rgb(94,87,236); }
td.TdClassName
{
border-color: #5E57EC;
}
.TagClassName
{
border-color: #5E57EC;
}
</style>