Shades of Neon Blue #5E4EEB
Tints of Neon Blue #5E4EEB
RGB
CMYK
RGB Variations
Color information
#5E4EEB (or 0x5E4EEB) is known color: Neon Blue. HEX triplet: 5E, 4E and EB. RGB value is (94,78,235). Sum of RGB (Red+Green+Blue) = 94+78+235=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E4EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E4EEB is #A1B114. Grayscale: #646464. Windows color (decimal): -10596629 or 15421022. OLE color: 15421022.
HSL color Cylindrical-coordinate representation of color #5E4EEB: hue angle of 246.11º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E4EEB is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 78 | 235 | - |
| CMYK | 0.6 | 0.67 | 0 | 0.08 |
| HSL | 246.11º | 0.8% | 0.61% | - |
| HSV(B) | 246.11º | 0.67% | 0.92% | - |
| XYZ | 22.34 | 13.83 | 80.09 | - |
| YUV | 100.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 235 | 0.6 | 0.67 | 0 | 0.08 | 246.11 | 0.8 | 0.61 |
| Hex | 5E | 4E | EB | 3C | 43 | 0 | 8 | F6 | 50 | 3D |
| Octal | 136 | 116 | 353 | 74 | 103 | 0 | 10 | 366 | 120 | 75 |
| Binary | 1011110 | 1001110 | 11101011 | 111100 | 1000011 | 0 | 1000 | 11110110 | 1010000 | 111101 |
Color Harmonies of #5E4EEB
Complementary color
Monochromatic Colors of #5E4EEB
Black with #5E4EEB
Text Example
Text Example
White with #5E4EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EEB; }
p { color: rgb(94,78,235); }
H1.HeaderClassName
{
color: #5E4EEB;
}
.AnyTagClassName
{
color: #5E4EEB;
}
</style>
background-color css
<style>
a { background-color: #5E4EEB; }
a { background-color: rgb(94,78,235); }
div.DivClassName
{
background-color: #5E4EEB;
}
.BgClassName
{
background-color: #5E4EEB;
}
</style>
border-color css
<style>
span { border-color: #5E4EEB; }
span { border-color: rgb(94,78,235); }
td.TdClassName
{
border-color: #5E4EEB;
}
.TagClassName
{
border-color: #5E4EEB;
}
</style>