Shades of Neon Blue #4E57FF
Tints of Neon Blue #4E57FF
RGB
CMYK
RGB Variations
Color information
#4E57FF (or 0x4E57FF) is known color: Neon Blue. HEX triplet: 4E, 57 and FF. RGB value is (78,87,255). Sum of RGB (Red+Green+Blue) = 78+87+255=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E57FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E57FF is #B1A800. Grayscale: #666666. Windows color (decimal): -11642881 or 16734030. OLE color: 16734030.
HSL color Cylindrical-coordinate representation of color #4E57FF: hue angle of 236.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E57FF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 87 | 255 | - |
| CMYK | 0.69 | 0.66 | 0 | 0 |
| HSL | 236.95º | 1% | 0.65% | - |
| HSV(B) | 236.95º | 0.69% | 1% | - |
| XYZ | 24.6 | 15.66 | 96.33 | - |
| YUV | 103.46 | 213.52 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 255 | 0.69 | 0.66 | 0 | 0 | 236.95 | 1 | 0.65 |
| Hex | 4E | 57 | FF | 45 | 42 | 0 | 0 | ED | 64 | 41 |
| Octal | 116 | 127 | 377 | 105 | 102 | 0 | 0 | 355 | 144 | 101 |
| Binary | 1001110 | 1010111 | 11111111 | 1000101 | 1000010 | 0 | 0 | 11101101 | 1100100 | 1000001 |
Color Harmonies of #4E57FF
Complementary color
Monochromatic Colors of #4E57FF
Black with #4E57FF
Text Example
Text Example
White with #4E57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E57FF; }
p { color: rgb(78,87,255); }
H1.HeaderClassName
{
color: #4E57FF;
}
.AnyTagClassName
{
color: #4E57FF;
}
</style>
background-color css
<style>
a { background-color: #4E57FF; }
a { background-color: rgb(78,87,255); }
div.DivClassName
{
background-color: #4E57FF;
}
.BgClassName
{
background-color: #4E57FF;
}
</style>
border-color css
<style>
span { border-color: #4E57FF; }
span { border-color: rgb(78,87,255); }
td.TdClassName
{
border-color: #4E57FF;
}
.TagClassName
{
border-color: #4E57FF;
}
</style>