Shades of Neon Blue #555CEF
Tints of Neon Blue #555CEF
RGB
CMYK
RGB Variations
Color information
#555CEF (or 0x555CEF) is known color: Neon Blue. HEX triplet: 55, 5C and EF. RGB value is (85,92,239). Sum of RGB (Red+Green+Blue) = 85+92+239=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #555CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CEF is #AAA310. Grayscale: #6A6A6A. Windows color (decimal): -11182865 or 15686741. OLE color: 15686741.
HSL color Cylindrical-coordinate representation of color #555CEF: hue angle of 237.27º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555CEF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 92 | 239 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.06 |
| HSL | 237.27º | 0.83% | 0.64% | - |
| HSV(B) | 237.27º | 0.64% | 0.94% | - |
| XYZ | 23.15 | 15.82 | 83.49 | - |
| YUV | 106.67 | 202.68 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 239 | 0.64 | 0.62 | 0 | 0.06 | 237.27 | 0.83 | 0.64 |
| Hex | 55 | 5C | EF | 40 | 3E | 0 | 6 | ED | 53 | 40 |
| Octal | 125 | 134 | 357 | 100 | 76 | 0 | 6 | 355 | 123 | 100 |
| Binary | 1010101 | 1011100 | 11101111 | 1000000 | 111110 | 0 | 110 | 11101101 | 1010011 | 1000000 |
Color Harmonies of #555CEF
Complementary color
Monochromatic Colors of #555CEF
Black with #555CEF
Text Example
Text Example
White with #555CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CEF; }
p { color: rgb(85,92,239); }
H1.HeaderClassName
{
color: #555CEF;
}
.AnyTagClassName
{
color: #555CEF;
}
</style>
background-color css
<style>
a { background-color: #555CEF; }
a { background-color: rgb(85,92,239); }
div.DivClassName
{
background-color: #555CEF;
}
.BgClassName
{
background-color: #555CEF;
}
</style>
border-color css
<style>
span { border-color: #555CEF; }
span { border-color: rgb(85,92,239); }
td.TdClassName
{
border-color: #555CEF;
}
.TagClassName
{
border-color: #555CEF;
}
</style>