Shades of Neon Blue #555EEF
Tints of Neon Blue #555EEF
RGB
CMYK
RGB Variations
Color information
#555EEF (or 0x555EEF) is known color: Neon Blue. HEX triplet: 55, 5E and EF. RGB value is (85,94,239). Sum of RGB (Red+Green+Blue) = 85+94+239=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #555EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EEF is #AAA110. Grayscale: #6B6B6B. Windows color (decimal): -11182353 or 15687253. OLE color: 15687253.
HSL color Cylindrical-coordinate representation of color #555EEF: hue angle of 236.49º 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 #555EEF is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 94 | 239 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.06 |
| HSL | 236.49º | 0.83% | 0.64% | - |
| HSV(B) | 236.49º | 0.64% | 0.94% | - |
| XYZ | 23.33 | 16.17 | 83.55 | - |
| YUV | 107.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 239 | 0.64 | 0.61 | 0 | 0.06 | 236.49 | 0.83 | 0.64 |
| Hex | 55 | 5E | EF | 40 | 3D | 0 | 6 | EC | 53 | 40 |
| Octal | 125 | 136 | 357 | 100 | 75 | 0 | 6 | 354 | 123 | 100 |
| Binary | 1010101 | 1011110 | 11101111 | 1000000 | 111101 | 0 | 110 | 11101100 | 1010011 | 1000000 |
Color Harmonies of #555EEF
Complementary color
Monochromatic Colors of #555EEF
Black with #555EEF
Text Example
Text Example
White with #555EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EEF; }
p { color: rgb(85,94,239); }
H1.HeaderClassName
{
color: #555EEF;
}
.AnyTagClassName
{
color: #555EEF;
}
</style>
background-color css
<style>
a { background-color: #555EEF; }
a { background-color: rgb(85,94,239); }
div.DivClassName
{
background-color: #555EEF;
}
.BgClassName
{
background-color: #555EEF;
}
</style>
border-color css
<style>
span { border-color: #555EEF; }
span { border-color: rgb(85,94,239); }
td.TdClassName
{
border-color: #555EEF;
}
.TagClassName
{
border-color: #555EEF;
}
</style>