Shades of Neon Blue #4E5BEF
Tints of Neon Blue #4E5BEF
RGB
CMYK
RGB Variations
Color information
#4E5BEF (or 0x4E5BEF) is known color: Neon Blue. HEX triplet: 4E, 5B and EF. RGB value is (78,91,239). Sum of RGB (Red+Green+Blue) = 78+91+239=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E5BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5BEF is #B1A410. Grayscale: #676767. Windows color (decimal): -11641873 or 15686478. OLE color: 15686478.
HSL color Cylindrical-coordinate representation of color #4E5BEF: hue angle of 235.16º 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 #4E5BEF is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 91 | 239 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.06 |
| HSL | 235.16º | 0.83% | 0.62% | - |
| HSV(B) | 235.16º | 0.67% | 0.94% | - |
| XYZ | 22.46 | 15.33 | 83.44 | - |
| YUV | 103.99 | 204.19 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 239 | 0.67 | 0.62 | 0 | 0.06 | 235.16 | 0.83 | 0.62 |
| Hex | 4E | 5B | EF | 43 | 3E | 0 | 6 | EB | 53 | 3E |
| Octal | 116 | 133 | 357 | 103 | 76 | 0 | 6 | 353 | 123 | 76 |
| Binary | 1001110 | 1011011 | 11101111 | 1000011 | 111110 | 0 | 110 | 11101011 | 1010011 | 111110 |
Color Harmonies of #4E5BEF
Complementary color
Monochromatic Colors of #4E5BEF
Black with #4E5BEF
Text Example
Text Example
White with #4E5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BEF; }
p { color: rgb(78,91,239); }
H1.HeaderClassName
{
color: #4E5BEF;
}
.AnyTagClassName
{
color: #4E5BEF;
}
</style>
background-color css
<style>
a { background-color: #4E5BEF; }
a { background-color: rgb(78,91,239); }
div.DivClassName
{
background-color: #4E5BEF;
}
.BgClassName
{
background-color: #4E5BEF;
}
</style>
border-color css
<style>
span { border-color: #4E5BEF; }
span { border-color: rgb(78,91,239); }
td.TdClassName
{
border-color: #4E5BEF;
}
.TagClassName
{
border-color: #4E5BEF;
}
</style>