Shades of Neon Blue #555EF2
Tints of Neon Blue #555EF2
RGB
CMYK
RGB Variations
Color information
#555EF2 (or 0x555EF2) is known color: Neon Blue. HEX triplet: 55, 5E and F2. RGB value is (85,94,242). Sum of RGB (Red+Green+Blue) = 85+94+242=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #555EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EF2 is #AAA10D. Grayscale: #6B6B6B. Windows color (decimal): -11182350 or 15883861. OLE color: 15883861.
HSL color Cylindrical-coordinate representation of color #555EF2: hue angle of 236.56º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555EF2 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 94 | 242 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.05 |
| HSL | 236.56º | 0.86% | 0.64% | - |
| HSV(B) | 236.56º | 0.65% | 0.95% | - |
| XYZ | 23.78 | 16.35 | 85.91 | - |
| YUV | 108.18 | 203.52 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 242 | 0.65 | 0.61 | 0 | 0.05 | 236.56 | 0.86 | 0.64 |
| Hex | 55 | 5E | F2 | 41 | 3D | 0 | 5 | ED | 56 | 40 |
| Octal | 125 | 136 | 362 | 101 | 75 | 0 | 5 | 355 | 126 | 100 |
| Binary | 1010101 | 1011110 | 11110010 | 1000001 | 111101 | 0 | 101 | 11101101 | 1010110 | 1000000 |
Color Harmonies of #555EF2
Complementary color
Monochromatic Colors of #555EF2
Black with #555EF2
Text Example
Text Example
White with #555EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EF2; }
p { color: rgb(85,94,242); }
H1.HeaderClassName
{
color: #555EF2;
}
.AnyTagClassName
{
color: #555EF2;
}
</style>
background-color css
<style>
a { background-color: #555EF2; }
a { background-color: rgb(85,94,242); }
div.DivClassName
{
background-color: #555EF2;
}
.BgClassName
{
background-color: #555EF2;
}
</style>
border-color css
<style>
span { border-color: #555EF2; }
span { border-color: rgb(85,94,242); }
td.TdClassName
{
border-color: #555EF2;
}
.TagClassName
{
border-color: #555EF2;
}
</style>