Shades of Neon Blue #555CEA
Tints of Neon Blue #555CEA
RGB
CMYK
RGB Variations
Color information
#555CEA (or 0x555CEA) is known color: Neon Blue. HEX triplet: 55, 5C and EA. RGB value is (85,92,234). Sum of RGB (Red+Green+Blue) = 85+92+234=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #555CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CEA is #AAA315. Grayscale: #696969. Windows color (decimal): -11182870 or 15359061. OLE color: 15359061.
HSL color Cylindrical-coordinate representation of color #555CEA: hue angle of 237.18º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555CEA is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 92 | 234 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.08 |
| HSL | 237.18º | 0.78% | 0.63% | - |
| HSV(B) | 237.18º | 0.64% | 0.92% | - |
| XYZ | 22.42 | 15.53 | 79.66 | - |
| YUV | 106.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 234 | 0.64 | 0.61 | 0 | 0.08 | 237.18 | 0.78 | 0.63 |
| Hex | 55 | 5C | EA | 40 | 3D | 0 | 8 | ED | 4E | 3F |
| Octal | 125 | 134 | 352 | 100 | 75 | 0 | 10 | 355 | 116 | 77 |
| Binary | 1010101 | 1011100 | 11101010 | 1000000 | 111101 | 0 | 1000 | 11101101 | 1001110 | 111111 |
Color Harmonies of #555CEA
Complementary color
Monochromatic Colors of #555CEA
Black with #555CEA
Text Example
Text Example
White with #555CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CEA; }
p { color: rgb(85,92,234); }
H1.HeaderClassName
{
color: #555CEA;
}
.AnyTagClassName
{
color: #555CEA;
}
</style>
background-color css
<style>
a { background-color: #555CEA; }
a { background-color: rgb(85,92,234); }
div.DivClassName
{
background-color: #555CEA;
}
.BgClassName
{
background-color: #555CEA;
}
</style>
border-color css
<style>
span { border-color: #555CEA; }
span { border-color: rgb(85,92,234); }
td.TdClassName
{
border-color: #555CEA;
}
.TagClassName
{
border-color: #555CEA;
}
</style>