Shades of Neon Blue #4E5BEB
Tints of Neon Blue #4E5BEB
RGB
CMYK
RGB Variations
Color information
#4E5BEB (or 0x4E5BEB) is known color: Neon Blue. HEX triplet: 4E, 5B and EB. RGB value is (78,91,235). Sum of RGB (Red+Green+Blue) = 78+91+235=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #4E5BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5BEB is #B1A414. Grayscale: #666666. Windows color (decimal): -11641877 or 15424334. OLE color: 15424334.
HSL color Cylindrical-coordinate representation of color #4E5BEB: hue angle of 235.03º 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 #4E5BEB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 91 | 235 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.08 |
| HSL | 235.03º | 0.8% | 0.61% | - |
| HSV(B) | 235.03º | 0.67% | 0.92% | - |
| XYZ | 21.88 | 15.1 | 80.36 | - |
| YUV | 103.53 | 202.19 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 235 | 0.67 | 0.61 | 0 | 0.08 | 235.03 | 0.8 | 0.61 |
| Hex | 4E | 5B | EB | 43 | 3D | 0 | 8 | EB | 50 | 3D |
| Octal | 116 | 133 | 353 | 103 | 75 | 0 | 10 | 353 | 120 | 75 |
| Binary | 1001110 | 1011011 | 11101011 | 1000011 | 111101 | 0 | 1000 | 11101011 | 1010000 | 111101 |
Color Harmonies of #4E5BEB
Complementary color
Monochromatic Colors of #4E5BEB
Black with #4E5BEB
Text Example
Text Example
White with #4E5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BEB; }
p { color: rgb(78,91,235); }
H1.HeaderClassName
{
color: #4E5BEB;
}
.AnyTagClassName
{
color: #4E5BEB;
}
</style>
background-color css
<style>
a { background-color: #4E5BEB; }
a { background-color: rgb(78,91,235); }
div.DivClassName
{
background-color: #4E5BEB;
}
.BgClassName
{
background-color: #4E5BEB;
}
</style>
border-color css
<style>
span { border-color: #4E5BEB; }
span { border-color: rgb(78,91,235); }
td.TdClassName
{
border-color: #4E5BEB;
}
.TagClassName
{
border-color: #4E5BEB;
}
</style>