Shades of Neon Blue #4E5BEC
Tints of Neon Blue #4E5BEC
RGB
CMYK
RGB Variations
Color information
#4E5BEC (or 0x4E5BEC) is known color: Neon Blue. HEX triplet: 4E, 5B and EC. RGB value is (78,91,236). Sum of RGB (Red+Green+Blue) = 78+91+236=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E5BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5BEC is #B1A413. Grayscale: #676767. Windows color (decimal): -11641876 or 15489870. OLE color: 15489870.
HSL color Cylindrical-coordinate representation of color #4E5BEC: hue angle of 235.06º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E5BEC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 91 | 236 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.07 |
| HSL | 235.06º | 0.81% | 0.62% | - |
| HSV(B) | 235.06º | 0.67% | 0.93% | - |
| XYZ | 22.02 | 15.16 | 81.12 | - |
| YUV | 103.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 236 | 0.67 | 0.61 | 0 | 0.07 | 235.06 | 0.81 | 0.62 |
| Hex | 4E | 5B | EC | 43 | 3D | 0 | 7 | EB | 51 | 3E |
| Octal | 116 | 133 | 354 | 103 | 75 | 0 | 7 | 353 | 121 | 76 |
| Binary | 1001110 | 1011011 | 11101100 | 1000011 | 111101 | 0 | 111 | 11101011 | 1010001 | 111110 |
Color Harmonies of #4E5BEC
Complementary color
Monochromatic Colors of #4E5BEC
Black with #4E5BEC
Text Example
Text Example
White with #4E5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BEC; }
p { color: rgb(78,91,236); }
H1.HeaderClassName
{
color: #4E5BEC;
}
.AnyTagClassName
{
color: #4E5BEC;
}
</style>
background-color css
<style>
a { background-color: #4E5BEC; }
a { background-color: rgb(78,91,236); }
div.DivClassName
{
background-color: #4E5BEC;
}
.BgClassName
{
background-color: #4E5BEC;
}
</style>
border-color css
<style>
span { border-color: #4E5BEC; }
span { border-color: rgb(78,91,236); }
td.TdClassName
{
border-color: #4E5BEC;
}
.TagClassName
{
border-color: #4E5BEC;
}
</style>