Shades of Neon Blue #556BFE
Tints of Neon Blue #556BFE
RGB
CMYK
RGB Variations
Color information
#556BFE (or 0x556BFE) is known color: Neon Blue. HEX triplet: 55, 6B and FE. RGB value is (85,107,254). Sum of RGB (Red+Green+Blue) = 85+107+254=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #556BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556BFE is #AA9401. Grayscale: #747474. Windows color (decimal): -11179010 or 16673621. OLE color: 16673621.
HSL color Cylindrical-coordinate representation of color #556BFE: hue angle of 232.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556BFE is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 107 | 254 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.00 |
| HSL | 232.19º | 0.99% | 0.66% | - |
| HSV(B) | 232.19º | 0.67% | 1% | - |
| XYZ | 26.89 | 19.6 | 96.13 | - |
| YUV | 117.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 254 | 0.67 | 0.58 | 0 | 0.00 | 232.19 | 0.99 | 0.66 |
| Hex | 55 | 6B | FE | 43 | 3A | 0 | 0 | E8 | 63 | 42 |
| Octal | 125 | 153 | 376 | 103 | 72 | 0 | 0 | 350 | 143 | 102 |
| Binary | 1010101 | 1101011 | 11111110 | 1000011 | 111010 | 0 | 0 | 11101000 | 1100011 | 1000010 |
Color Harmonies of #556BFE
Complementary color
Monochromatic Colors of #556BFE
Black with #556BFE
Text Example
Text Example
White with #556BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BFE; }
p { color: rgb(85,107,254); }
H1.HeaderClassName
{
color: #556BFE;
}
.AnyTagClassName
{
color: #556BFE;
}
</style>
background-color css
<style>
a { background-color: #556BFE; }
a { background-color: rgb(85,107,254); }
div.DivClassName
{
background-color: #556BFE;
}
.BgClassName
{
background-color: #556BFE;
}
</style>
border-color css
<style>
span { border-color: #556BFE; }
span { border-color: rgb(85,107,254); }
td.TdClassName
{
border-color: #556BFE;
}
.TagClassName
{
border-color: #556BFE;
}
</style>