Shades of Neon Blue #555CEE
Tints of Neon Blue #555CEE
RGB
CMYK
RGB Variations
Color information
#555CEE (or 0x555CEE) is known color: Neon Blue. HEX triplet: 55, 5C and EE. RGB value is (85,92,238). Sum of RGB (Red+Green+Blue) = 85+92+238=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #555CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CEE is #AAA311. Grayscale: #696969. Windows color (decimal): -11182866 or 15621205. OLE color: 15621205.
HSL color Cylindrical-coordinate representation of color #555CEE: hue angle of 237.25º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555CEE is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 92 | 238 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.07 |
| HSL | 237.25º | 0.82% | 0.63% | - |
| HSV(B) | 237.25º | 0.64% | 0.93% | - |
| XYZ | 23.01 | 15.76 | 82.72 | - |
| YUV | 106.55 | 202.18 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 238 | 0.64 | 0.61 | 0 | 0.07 | 237.25 | 0.82 | 0.63 |
| Hex | 55 | 5C | EE | 40 | 3D | 0 | 7 | ED | 52 | 3F |
| Octal | 125 | 134 | 356 | 100 | 75 | 0 | 7 | 355 | 122 | 77 |
| Binary | 1010101 | 1011100 | 11101110 | 1000000 | 111101 | 0 | 111 | 11101101 | 1010010 | 111111 |
Color Harmonies of #555CEE
Complementary color
Monochromatic Colors of #555CEE
Black with #555CEE
Text Example
Text Example
White with #555CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CEE; }
p { color: rgb(85,92,238); }
H1.HeaderClassName
{
color: #555CEE;
}
.AnyTagClassName
{
color: #555CEE;
}
</style>
background-color css
<style>
a { background-color: #555CEE; }
a { background-color: rgb(85,92,238); }
div.DivClassName
{
background-color: #555CEE;
}
.BgClassName
{
background-color: #555CEE;
}
</style>
border-color css
<style>
span { border-color: #555CEE; }
span { border-color: rgb(85,92,238); }
td.TdClassName
{
border-color: #555CEE;
}
.TagClassName
{
border-color: #555CEE;
}
</style>