Shades of Neon Blue #556BFA
Tints of Neon Blue #556BFA
RGB
CMYK
RGB Variations
Color information
#556BFA (or 0x556BFA) is known color: Neon Blue. HEX triplet: 55, 6B and FA. RGB value is (85,107,250). Sum of RGB (Red+Green+Blue) = 85+107+250=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #556BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556BFA is #AA9405. Grayscale: #747474. Windows color (decimal): -11179014 or 16411477. OLE color: 16411477.
HSL color Cylindrical-coordinate representation of color #556BFA: hue angle of 232º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556BFA is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 107 | 250 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.02 |
| HSL | 232º | 0.94% | 0.66% | - |
| HSV(B) | 232º | 0.66% | 0.98% | - |
| XYZ | 26.26 | 19.35 | 92.79 | - |
| YUV | 116.72 | 203.21 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 250 | 0.66 | 0.57 | 0 | 0.02 | 232 | 0.94 | 0.66 |
| Hex | 55 | 6B | FA | 42 | 39 | 0 | 2 | E8 | 5E | 42 |
| Octal | 125 | 153 | 372 | 102 | 71 | 0 | 2 | 350 | 136 | 102 |
| Binary | 1010101 | 1101011 | 11111010 | 1000010 | 111001 | 0 | 10 | 11101000 | 1011110 | 1000010 |
Color Harmonies of #556BFA
Complementary color
Monochromatic Colors of #556BFA
Black with #556BFA
Text Example
Text Example
White with #556BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BFA; }
p { color: rgb(85,107,250); }
H1.HeaderClassName
{
color: #556BFA;
}
.AnyTagClassName
{
color: #556BFA;
}
</style>
background-color css
<style>
a { background-color: #556BFA; }
a { background-color: rgb(85,107,250); }
div.DivClassName
{
background-color: #556BFA;
}
.BgClassName
{
background-color: #556BFA;
}
</style>
border-color css
<style>
span { border-color: #556BFA; }
span { border-color: rgb(85,107,250); }
td.TdClassName
{
border-color: #556BFA;
}
.TagClassName
{
border-color: #556BFA;
}
</style>