Shades of Neon Blue #555CF6
Tints of Neon Blue #555CF6
RGB
CMYK
RGB Variations
Color information
#555CF6 (or 0x555CF6) is known color: Neon Blue. HEX triplet: 55, 5C and F6. RGB value is (85,92,246). Sum of RGB (Red+Green+Blue) = 85+92+246=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #555CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CF6 is #AAA309. Grayscale: #6A6A6A. Windows color (decimal): -11182858 or 16145493. OLE color: 16145493.
HSL color Cylindrical-coordinate representation of color #555CF6: hue angle of 237.39º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555CF6 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 92 | 246 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.04 |
| HSL | 237.39º | 0.9% | 0.65% | - |
| HSV(B) | 237.39º | 0.65% | 0.96% | - |
| XYZ | 24.21 | 16.24 | 89.05 | - |
| YUV | 107.46 | 206.18 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 246 | 0.65 | 0.63 | 0 | 0.04 | 237.39 | 0.9 | 0.65 |
| Hex | 55 | 5C | F6 | 41 | 3F | 0 | 4 | ED | 5A | 41 |
| Octal | 125 | 134 | 366 | 101 | 77 | 0 | 4 | 355 | 132 | 101 |
| Binary | 1010101 | 1011100 | 11110110 | 1000001 | 111111 | 0 | 100 | 11101101 | 1011010 | 1000001 |
Color Harmonies of #555CF6
Complementary color
Monochromatic Colors of #555CF6
Black with #555CF6
Text Example
Text Example
White with #555CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CF6; }
p { color: rgb(85,92,246); }
H1.HeaderClassName
{
color: #555CF6;
}
.AnyTagClassName
{
color: #555CF6;
}
</style>
background-color css
<style>
a { background-color: #555CF6; }
a { background-color: rgb(85,92,246); }
div.DivClassName
{
background-color: #555CF6;
}
.BgClassName
{
background-color: #555CF6;
}
</style>
border-color css
<style>
span { border-color: #555CF6; }
span { border-color: rgb(85,92,246); }
td.TdClassName
{
border-color: #555CF6;
}
.TagClassName
{
border-color: #555CF6;
}
</style>