Shades of Neon Blue #555BF1
Tints of Neon Blue #555BF1
RGB
CMYK
RGB Variations
Color information
#555BF1 (or 0x555BF1) is known color: Neon Blue. HEX triplet: 55, 5B and F1. RGB value is (85,91,241). Sum of RGB (Red+Green+Blue) = 85+91+241=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #555BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555BF1 is #AAA40E. Grayscale: #696969. Windows color (decimal): -11183119 or 15817557. OLE color: 15817557.
HSL color Cylindrical-coordinate representation of color #555BF1: hue angle of 237.69º 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 #555BF1 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 91 | 241 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.05 |
| HSL | 237.69º | 0.85% | 0.64% | - |
| HSV(B) | 237.69º | 0.65% | 0.95% | - |
| XYZ | 23.36 | 15.76 | 85.03 | - |
| YUV | 106.31 | 204.01 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 241 | 0.65 | 0.62 | 0 | 0.05 | 237.69 | 0.85 | 0.64 |
| Hex | 55 | 5B | F1 | 41 | 3E | 0 | 5 | EE | 55 | 40 |
| Octal | 125 | 133 | 361 | 101 | 76 | 0 | 5 | 356 | 125 | 100 |
| Binary | 1010101 | 1011011 | 11110001 | 1000001 | 111110 | 0 | 101 | 11101110 | 1010101 | 1000000 |
Color Harmonies of #555BF1
Complementary color
Monochromatic Colors of #555BF1
Black with #555BF1
Text Example
Text Example
White with #555BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BF1; }
p { color: rgb(85,91,241); }
H1.HeaderClassName
{
color: #555BF1;
}
.AnyTagClassName
{
color: #555BF1;
}
</style>
background-color css
<style>
a { background-color: #555BF1; }
a { background-color: rgb(85,91,241); }
div.DivClassName
{
background-color: #555BF1;
}
.BgClassName
{
background-color: #555BF1;
}
</style>
border-color css
<style>
span { border-color: #555BF1; }
span { border-color: rgb(85,91,241); }
td.TdClassName
{
border-color: #555BF1;
}
.TagClassName
{
border-color: #555BF1;
}
</style>