Shades of Neon Blue #5E57EB
Tints of Neon Blue #5E57EB
RGB
CMYK
RGB Variations
Color information
#5E57EB (or 0x5E57EB) is known color: Neon Blue. HEX triplet: 5E, 57 and EB. RGB value is (94,87,235). Sum of RGB (Red+Green+Blue) = 94+87+235=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E57EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57EB is #A1A814. Grayscale: #696969. Windows color (decimal): -10594325 or 15423326. OLE color: 15423326.
HSL color Cylindrical-coordinate representation of color #5E57EB: hue angle of 242.84º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E57EB is Cyan = 0.6, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 87 | 235 | - |
| CMYK | 0.6 | 0.63 | 0 | 0.08 |
| HSL | 242.84º | 0.79% | 0.63% | - |
| HSV(B) | 242.84º | 0.63% | 0.92% | - |
| XYZ | 23.02 | 15.19 | 80.32 | - |
| YUV | 105.97 | 200.82 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 235 | 0.6 | 0.63 | 0 | 0.08 | 242.84 | 0.79 | 0.63 |
| Hex | 5E | 57 | EB | 3C | 3F | 0 | 8 | F3 | 4F | 3F |
| Octal | 136 | 127 | 353 | 74 | 77 | 0 | 10 | 363 | 117 | 77 |
| Binary | 1011110 | 1010111 | 11101011 | 111100 | 111111 | 0 | 1000 | 11110011 | 1001111 | 111111 |
Color Harmonies of #5E57EB
Complementary color
Monochromatic Colors of #5E57EB
Black with #5E57EB
Text Example
Text Example
White with #5E57EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57EB; }
p { color: rgb(94,87,235); }
H1.HeaderClassName
{
color: #5E57EB;
}
.AnyTagClassName
{
color: #5E57EB;
}
</style>
background-color css
<style>
a { background-color: #5E57EB; }
a { background-color: rgb(94,87,235); }
div.DivClassName
{
background-color: #5E57EB;
}
.BgClassName
{
background-color: #5E57EB;
}
</style>
border-color css
<style>
span { border-color: #5E57EB; }
span { border-color: rgb(94,87,235); }
td.TdClassName
{
border-color: #5E57EB;
}
.TagClassName
{
border-color: #5E57EB;
}
</style>