Shades of Neon Blue #4E5BFD
Tints of Neon Blue #4E5BFD
RGB
CMYK
RGB Variations
Color information
#4E5BFD (or 0x4E5BFD) is known color: Neon Blue. HEX triplet: 4E, 5B and FD. RGB value is (78,91,253). Sum of RGB (Red+Green+Blue) = 78+91+253=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E5BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5BFD is #B1A402. Grayscale: #686868. Windows color (decimal): -11641859 or 16603982. OLE color: 16603982.
HSL color Cylindrical-coordinate representation of color #4E5BFD: hue angle of 235.54º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E5BFD is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 91 | 253 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.01 |
| HSL | 235.54º | 0.98% | 0.65% | - |
| HSV(B) | 235.54º | 0.69% | 0.99% | - |
| XYZ | 24.61 | 16.19 | 94.76 | - |
| YUV | 105.58 | 211.19 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 253 | 0.69 | 0.64 | 0 | 0.01 | 235.54 | 0.98 | 0.65 |
| Hex | 4E | 5B | FD | 45 | 40 | 0 | 1 | EC | 62 | 41 |
| Octal | 116 | 133 | 375 | 105 | 100 | 0 | 1 | 354 | 142 | 101 |
| Binary | 1001110 | 1011011 | 11111101 | 1000101 | 1000000 | 0 | 1 | 11101100 | 1100010 | 1000001 |
Color Harmonies of #4E5BFD
Complementary color
Monochromatic Colors of #4E5BFD
Black with #4E5BFD
Text Example
Text Example
White with #4E5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BFD; }
p { color: rgb(78,91,253); }
H1.HeaderClassName
{
color: #4E5BFD;
}
.AnyTagClassName
{
color: #4E5BFD;
}
</style>
background-color css
<style>
a { background-color: #4E5BFD; }
a { background-color: rgb(78,91,253); }
div.DivClassName
{
background-color: #4E5BFD;
}
.BgClassName
{
background-color: #4E5BFD;
}
</style>
border-color css
<style>
span { border-color: #4E5BFD; }
span { border-color: rgb(78,91,253); }
td.TdClassName
{
border-color: #4E5BFD;
}
.TagClassName
{
border-color: #4E5BFD;
}
</style>