Shades of Neon Blue #555DF2
Tints of Neon Blue #555DF2
RGB
CMYK
RGB Variations
Color information
#555DF2 (or 0x555DF2) is known color: Neon Blue. HEX triplet: 55, 5D and F2. RGB value is (85,93,242). Sum of RGB (Red+Green+Blue) = 85+93+242=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #555DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DF2 is #AAA20D. Grayscale: #6A6A6A. Windows color (decimal): -11182606 or 15883605. OLE color: 15883605.
HSL color Cylindrical-coordinate representation of color #555DF2: hue angle of 236.94º 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 #555DF2 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 93 | 242 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.05 |
| HSL | 236.94º | 0.86% | 0.64% | - |
| HSV(B) | 236.94º | 0.65% | 0.95% | - |
| XYZ | 23.69 | 16.17 | 85.88 | - |
| YUV | 107.59 | 203.85 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 242 | 0.65 | 0.62 | 0 | 0.05 | 236.94 | 0.86 | 0.64 |
| Hex | 55 | 5D | F2 | 41 | 3E | 0 | 5 | ED | 56 | 40 |
| Octal | 125 | 135 | 362 | 101 | 76 | 0 | 5 | 355 | 126 | 100 |
| Binary | 1010101 | 1011101 | 11110010 | 1000001 | 111110 | 0 | 101 | 11101101 | 1010110 | 1000000 |
Color Harmonies of #555DF2
Complementary color
Monochromatic Colors of #555DF2
Black with #555DF2
Text Example
Text Example
White with #555DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DF2; }
p { color: rgb(85,93,242); }
H1.HeaderClassName
{
color: #555DF2;
}
.AnyTagClassName
{
color: #555DF2;
}
</style>
background-color css
<style>
a { background-color: #555DF2; }
a { background-color: rgb(85,93,242); }
div.DivClassName
{
background-color: #555DF2;
}
.BgClassName
{
background-color: #555DF2;
}
</style>
border-color css
<style>
span { border-color: #555DF2; }
span { border-color: rgb(85,93,242); }
td.TdClassName
{
border-color: #555DF2;
}
.TagClassName
{
border-color: #555DF2;
}
</style>