Shades of Neon Blue #5E42EB
Tints of Neon Blue #5E42EB
RGB
CMYK
RGB Variations
Color information
#5E42EB (or 0x5E42EB) is known color: Neon Blue. HEX triplet: 5E, 42 and EB. RGB value is (94,66,235). Sum of RGB (Red+Green+Blue) = 94+66+235=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E42EB is #A1BD14. Grayscale: #5C5C5C. Windows color (decimal): -10599701 or 15417950. OLE color: 15417950.
HSL color Cylindrical-coordinate representation of color #5E42EB: hue angle of 249.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E42EB is Cyan = 0.6, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 66 | 235 | - |
| CMYK | 0.6 | 0.72 | 0 | 0.08 |
| HSL | 249.94º | 0.81% | 0.59% | - |
| HSV(B) | 249.94º | 0.72% | 0.92% | - |
| XYZ | 21.56 | 12.27 | 79.83 | - |
| YUV | 93.64 | 207.78 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 235 | 0.6 | 0.72 | 0 | 0.08 | 249.94 | 0.81 | 0.59 |
| Hex | 5E | 42 | EB | 3C | 48 | 0 | 8 | FA | 51 | 3B |
| Octal | 136 | 102 | 353 | 74 | 110 | 0 | 10 | 372 | 121 | 73 |
| Binary | 1011110 | 1000010 | 11101011 | 111100 | 1001000 | 0 | 1000 | 11111010 | 1010001 | 111011 |
Color Harmonies of #5E42EB
Complementary color
Monochromatic Colors of #5E42EB
Black with #5E42EB
Text Example
Text Example
White with #5E42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E42EB; }
p { color: rgb(94,66,235); }
H1.HeaderClassName
{
color: #5E42EB;
}
.AnyTagClassName
{
color: #5E42EB;
}
</style>
background-color css
<style>
a { background-color: #5E42EB; }
a { background-color: rgb(94,66,235); }
div.DivClassName
{
background-color: #5E42EB;
}
.BgClassName
{
background-color: #5E42EB;
}
</style>
border-color css
<style>
span { border-color: #5E42EB; }
span { border-color: rgb(94,66,235); }
td.TdClassName
{
border-color: #5E42EB;
}
.TagClassName
{
border-color: #5E42EB;
}
</style>