Shades of Neon Blue #4E55E3
Tints of Neon Blue #4E55E3
RGB
CMYK
RGB Variations
Color information
#4E55E3 (or 0x4E55E3) is known color: Neon Blue. HEX triplet: 4E, 55 and E3. RGB value is (78,85,227). Sum of RGB (Red+Green+Blue) = 78+85+227=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 227 (89.06% from 255 or 58.21% from 390); Max value from RGB is 227 - color contains mainly: blue. Hex color #4E55E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E55E3 is #B1AA1C. Grayscale: #626262. Windows color (decimal): -11643421 or 14898510. OLE color: 14898510.
HSL color Cylindrical-coordinate representation of color #4E55E3: hue angle of 237.18º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E55E3 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 85 | 227 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.11 |
| HSL | 237.18º | 0.73% | 0.6% | - |
| HSV(B) | 237.18º | 0.66% | 0.89% | - |
| XYZ | 20.26 | 13.66 | 74.24 | - |
| YUV | 99.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 227 | 0.66 | 0.63 | 0 | 0.11 | 237.18 | 0.73 | 0.6 |
| Hex | 4E | 55 | E3 | 42 | 3F | 0 | B | ED | 49 | 3C |
| Octal | 116 | 125 | 343 | 102 | 77 | 0 | 13 | 355 | 111 | 74 |
| Binary | 1001110 | 1010101 | 11100011 | 1000010 | 111111 | 0 | 1011 | 11101101 | 1001001 | 111100 |
Color Harmonies of #4E55E3
Complementary color
Monochromatic Colors of #4E55E3
Black with #4E55E3
Text Example
Text Example
White with #4E55E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E55E3; }
p { color: rgb(78,85,227); }
H1.HeaderClassName
{
color: #4E55E3;
}
.AnyTagClassName
{
color: #4E55E3;
}
</style>
background-color css
<style>
a { background-color: #4E55E3; }
a { background-color: rgb(78,85,227); }
div.DivClassName
{
background-color: #4E55E3;
}
.BgClassName
{
background-color: #4E55E3;
}
</style>
border-color css
<style>
span { border-color: #4E55E3; }
span { border-color: rgb(78,85,227); }
td.TdClassName
{
border-color: #4E55E3;
}
.TagClassName
{
border-color: #4E55E3;
}
</style>