Shades of Neon Blue #556AFF
Tints of Neon Blue #556AFF
RGB
CMYK
RGB Variations
Color information
#556AFF (or 0x556AFF) is known color: Neon Blue. HEX triplet: 55, 6A and FF. RGB value is (85,106,255). Sum of RGB (Red+Green+Blue) = 85+106+255=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #556AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556AFF is #AA9500. Grayscale: #747474. Windows color (decimal): -11179265 or 16738901. OLE color: 16738901.
HSL color Cylindrical-coordinate representation of color #556AFF: hue angle of 232.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556AFF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 106 | 255 | - |
| CMYK | 0.67 | 0.58 | 0 | 0 |
| HSL | 232.59º | 1% | 0.67% | - |
| HSV(B) | 232.59º | 0.67% | 1% | - |
| XYZ | 26.95 | 19.46 | 96.94 | - |
| YUV | 116.71 | 206.04 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 255 | 0.67 | 0.58 | 0 | 0 | 232.59 | 1 | 0.67 |
| Hex | 55 | 6A | FF | 43 | 3A | 0 | 0 | E9 | 64 | 43 |
| Octal | 125 | 152 | 377 | 103 | 72 | 0 | 0 | 351 | 144 | 103 |
| Binary | 1010101 | 1101010 | 11111111 | 1000011 | 111010 | 0 | 0 | 11101001 | 1100100 | 1000011 |
Color Harmonies of #556AFF
Complementary color
Monochromatic Colors of #556AFF
Black with #556AFF
Text Example
Text Example
White with #556AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556AFF; }
p { color: rgb(85,106,255); }
H1.HeaderClassName
{
color: #556AFF;
}
.AnyTagClassName
{
color: #556AFF;
}
</style>
background-color css
<style>
a { background-color: #556AFF; }
a { background-color: rgb(85,106,255); }
div.DivClassName
{
background-color: #556AFF;
}
.BgClassName
{
background-color: #556AFF;
}
</style>
border-color css
<style>
span { border-color: #556AFF; }
span { border-color: rgb(85,106,255); }
td.TdClassName
{
border-color: #556AFF;
}
.TagClassName
{
border-color: #556AFF;
}
</style>