Shades of Neon Blue #555BEF
Tints of Neon Blue #555BEF
RGB
CMYK
RGB Variations
Color information
#555BEF (or 0x555BEF) is known color: Neon Blue. HEX triplet: 55, 5B and EF. RGB value is (85,91,239). Sum of RGB (Red+Green+Blue) = 85+91+239=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #555BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555BEF is #AAA410. Grayscale: #696969. Windows color (decimal): -11183121 or 15686485. OLE color: 15686485.
HSL color Cylindrical-coordinate representation of color #555BEF: hue angle of 237.66º 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 #555BEF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 91 | 239 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.06 |
| HSL | 237.66º | 0.83% | 0.64% | - |
| HSV(B) | 237.66º | 0.64% | 0.94% | - |
| XYZ | 23.07 | 15.65 | 83.47 | - |
| YUV | 106.08 | 203.01 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 239 | 0.64 | 0.62 | 0 | 0.06 | 237.66 | 0.83 | 0.64 |
| Hex | 55 | 5B | EF | 40 | 3E | 0 | 6 | EE | 53 | 40 |
| Octal | 125 | 133 | 357 | 100 | 76 | 0 | 6 | 356 | 123 | 100 |
| Binary | 1010101 | 1011011 | 11101111 | 1000000 | 111110 | 0 | 110 | 11101110 | 1010011 | 1000000 |
Color Harmonies of #555BEF
Complementary color
Monochromatic Colors of #555BEF
Black with #555BEF
Text Example
Text Example
White with #555BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BEF; }
p { color: rgb(85,91,239); }
H1.HeaderClassName
{
color: #555BEF;
}
.AnyTagClassName
{
color: #555BEF;
}
</style>
background-color css
<style>
a { background-color: #555BEF; }
a { background-color: rgb(85,91,239); }
div.DivClassName
{
background-color: #555BEF;
}
.BgClassName
{
background-color: #555BEF;
}
</style>
border-color css
<style>
span { border-color: #555BEF; }
span { border-color: rgb(85,91,239); }
td.TdClassName
{
border-color: #555BEF;
}
.TagClassName
{
border-color: #555BEF;
}
</style>