Shades of Neon Blue #4E5EEF
Tints of Neon Blue #4E5EEF
RGB
CMYK
RGB Variations
Color information
#4E5EEF (or 0x4E5EEF) is known color: Neon Blue. HEX triplet: 4E, 5E and EF. RGB value is (78,94,239). Sum of RGB (Red+Green+Blue) = 78+94+239=411 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.98% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E5EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5EEF is #B1A110. Grayscale: #696969. Windows color (decimal): -11641105 or 15687246. OLE color: 15687246.
HSL color Cylindrical-coordinate representation of color #4E5EEF: hue angle of 234.04º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E5EEF is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 94 | 239 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.06 |
| HSL | 234.04º | 0.83% | 0.62% | - |
| HSV(B) | 234.04º | 0.67% | 0.94% | - |
| XYZ | 22.72 | 15.86 | 83.52 | - |
| YUV | 105.75 | 203.2 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 239 | 0.67 | 0.61 | 0 | 0.06 | 234.04 | 0.83 | 0.62 |
| Hex | 4E | 5E | EF | 43 | 3D | 0 | 6 | EA | 53 | 3E |
| Octal | 116 | 136 | 357 | 103 | 75 | 0 | 6 | 352 | 123 | 76 |
| Binary | 1001110 | 1011110 | 11101111 | 1000011 | 111101 | 0 | 110 | 11101010 | 1010011 | 111110 |
Color Harmonies of #4E5EEF
Complementary color
Monochromatic Colors of #4E5EEF
Black with #4E5EEF
Text Example
Text Example
White with #4E5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5EEF; }
p { color: rgb(78,94,239); }
H1.HeaderClassName
{
color: #4E5EEF;
}
.AnyTagClassName
{
color: #4E5EEF;
}
</style>
background-color css
<style>
a { background-color: #4E5EEF; }
a { background-color: rgb(78,94,239); }
div.DivClassName
{
background-color: #4E5EEF;
}
.BgClassName
{
background-color: #4E5EEF;
}
</style>
border-color css
<style>
span { border-color: #4E5EEF; }
span { border-color: rgb(78,94,239); }
td.TdClassName
{
border-color: #4E5EEF;
}
.TagClassName
{
border-color: #4E5EEF;
}
</style>