Shades of Neon Blue #555CF2
Tints of Neon Blue #555CF2
RGB
CMYK
RGB Variations
Color information
#555CF2 (or 0x555CF2) is known color: Neon Blue. HEX triplet: 55, 5C and F2. RGB value is (85,92,242). Sum of RGB (Red+Green+Blue) = 85+92+242=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #555CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CF2 is #AAA30D. Grayscale: #6A6A6A. Windows color (decimal): -11182862 or 15883349. OLE color: 15883349.
HSL color Cylindrical-coordinate representation of color #555CF2: hue angle of 237.32º 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 #555CF2 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 92 | 242 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.05 |
| HSL | 237.32º | 0.86% | 0.64% | - |
| HSV(B) | 237.32º | 0.65% | 0.95% | - |
| XYZ | 23.6 | 16 | 85.85 | - |
| YUV | 107.01 | 204.18 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 242 | 0.65 | 0.62 | 0 | 0.05 | 237.32 | 0.86 | 0.64 |
| Hex | 55 | 5C | F2 | 41 | 3E | 0 | 5 | ED | 56 | 40 |
| Octal | 125 | 134 | 362 | 101 | 76 | 0 | 5 | 355 | 126 | 100 |
| Binary | 1010101 | 1011100 | 11110010 | 1000001 | 111110 | 0 | 101 | 11101101 | 1010110 | 1000000 |
Color Harmonies of #555CF2
Complementary color
Monochromatic Colors of #555CF2
Black with #555CF2
Text Example
Text Example
White with #555CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CF2; }
p { color: rgb(85,92,242); }
H1.HeaderClassName
{
color: #555CF2;
}
.AnyTagClassName
{
color: #555CF2;
}
</style>
background-color css
<style>
a { background-color: #555CF2; }
a { background-color: rgb(85,92,242); }
div.DivClassName
{
background-color: #555CF2;
}
.BgClassName
{
background-color: #555CF2;
}
</style>
border-color css
<style>
span { border-color: #555CF2; }
span { border-color: rgb(85,92,242); }
td.TdClassName
{
border-color: #555CF2;
}
.TagClassName
{
border-color: #555CF2;
}
</style>