Shades of Neon Blue #555DF1
Tints of Neon Blue #555DF1
RGB
CMYK
RGB Variations
Color information
#555DF1 (or 0x555DF1) is known color: Neon Blue. HEX triplet: 55, 5D and F1. RGB value is (85,93,241). Sum of RGB (Red+Green+Blue) = 85+93+241=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #555DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DF1 is #AAA20E. Grayscale: #6A6A6A. Windows color (decimal): -11182607 or 15818069. OLE color: 15818069.
HSL color Cylindrical-coordinate representation of color #555DF1: hue angle of 236.92º degrees, saturation: 0.85, 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 #555DF1 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 93 | 241 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.05 |
| HSL | 236.92º | 0.85% | 0.64% | - |
| HSV(B) | 236.92º | 0.65% | 0.95% | - |
| XYZ | 23.54 | 16.11 | 85.09 | - |
| YUV | 107.48 | 203.35 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 241 | 0.65 | 0.61 | 0 | 0.05 | 236.92 | 0.85 | 0.64 |
| Hex | 55 | 5D | F1 | 41 | 3D | 0 | 5 | ED | 55 | 40 |
| Octal | 125 | 135 | 361 | 101 | 75 | 0 | 5 | 355 | 125 | 100 |
| Binary | 1010101 | 1011101 | 11110001 | 1000001 | 111101 | 0 | 101 | 11101101 | 1010101 | 1000000 |
Color Harmonies of #555DF1
Complementary color
Monochromatic Colors of #555DF1
Black with #555DF1
Text Example
Text Example
White with #555DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DF1; }
p { color: rgb(85,93,241); }
H1.HeaderClassName
{
color: #555DF1;
}
.AnyTagClassName
{
color: #555DF1;
}
</style>
background-color css
<style>
a { background-color: #555DF1; }
a { background-color: rgb(85,93,241); }
div.DivClassName
{
background-color: #555DF1;
}
.BgClassName
{
background-color: #555DF1;
}
</style>
border-color css
<style>
span { border-color: #555DF1; }
span { border-color: rgb(85,93,241); }
td.TdClassName
{
border-color: #555DF1;
}
.TagClassName
{
border-color: #555DF1;
}
</style>