Shades of Neon Blue #4E55FE
Tints of Neon Blue #4E55FE
RGB
CMYK
RGB Variations
Color information
#4E55FE (or 0x4E55FE) is known color: Neon Blue. HEX triplet: 4E, 55 and FE. RGB value is (78,85,254). Sum of RGB (Red+Green+Blue) = 78+85+254=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E55FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E55FE is #B1AA01. Grayscale: #656565. Windows color (decimal): -11643394 or 16667982. OLE color: 16667982.
HSL color Cylindrical-coordinate representation of color #4E55FE: hue angle of 237.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E55FE is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 85 | 254 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.00 |
| HSL | 237.61º | 0.99% | 0.65% | - |
| HSV(B) | 237.61º | 0.69% | 1% | - |
| XYZ | 24.28 | 15.27 | 95.43 | - |
| YUV | 102.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 254 | 0.69 | 0.67 | 0 | 0.00 | 237.61 | 0.99 | 0.65 |
| Hex | 4E | 55 | FE | 45 | 43 | 0 | 0 | EE | 63 | 41 |
| Octal | 116 | 125 | 376 | 105 | 103 | 0 | 0 | 356 | 143 | 101 |
| Binary | 1001110 | 1010101 | 11111110 | 1000101 | 1000011 | 0 | 0 | 11101110 | 1100011 | 1000001 |
Color Harmonies of #4E55FE
Complementary color
Monochromatic Colors of #4E55FE
Black with #4E55FE
Text Example
Text Example
White with #4E55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E55FE; }
p { color: rgb(78,85,254); }
H1.HeaderClassName
{
color: #4E55FE;
}
.AnyTagClassName
{
color: #4E55FE;
}
</style>
background-color css
<style>
a { background-color: #4E55FE; }
a { background-color: rgb(78,85,254); }
div.DivClassName
{
background-color: #4E55FE;
}
.BgClassName
{
background-color: #4E55FE;
}
</style>
border-color css
<style>
span { border-color: #4E55FE; }
span { border-color: rgb(78,85,254); }
td.TdClassName
{
border-color: #4E55FE;
}
.TagClassName
{
border-color: #4E55FE;
}
</style>