Shades of Neon Blue #556EFE
Tints of Neon Blue #556EFE
RGB
CMYK
RGB Variations
Color information
#556EFE (or 0x556EFE) is known color: Neon Blue. HEX triplet: 55, 6E and FE. RGB value is (85,110,254). Sum of RGB (Red+Green+Blue) = 85+110+254=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #556EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EFE is #AA9101. Grayscale: #767676. Windows color (decimal): -11178242 or 16674389. OLE color: 16674389.
HSL color Cylindrical-coordinate representation of color #556EFE: hue angle of 231.12º 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 #556EFE is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 110 | 254 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.00 |
| HSL | 231.12º | 0.99% | 0.66% | - |
| HSV(B) | 231.12º | 0.67% | 1% | - |
| XYZ | 27.21 | 20.24 | 96.24 | - |
| YUV | 118.94 | 204.22 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 254 | 0.67 | 0.57 | 0 | 0.00 | 231.12 | 0.99 | 0.66 |
| Hex | 55 | 6E | FE | 43 | 39 | 0 | 0 | E7 | 63 | 42 |
| Octal | 125 | 156 | 376 | 103 | 71 | 0 | 0 | 347 | 143 | 102 |
| Binary | 1010101 | 1101110 | 11111110 | 1000011 | 111001 | 0 | 0 | 11100111 | 1100011 | 1000010 |
Color Harmonies of #556EFE
Complementary color
Monochromatic Colors of #556EFE
Black with #556EFE
Text Example
Text Example
White with #556EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EFE; }
p { color: rgb(85,110,254); }
H1.HeaderClassName
{
color: #556EFE;
}
.AnyTagClassName
{
color: #556EFE;
}
</style>
background-color css
<style>
a { background-color: #556EFE; }
a { background-color: rgb(85,110,254); }
div.DivClassName
{
background-color: #556EFE;
}
.BgClassName
{
background-color: #556EFE;
}
</style>
border-color css
<style>
span { border-color: #556EFE; }
span { border-color: rgb(85,110,254); }
td.TdClassName
{
border-color: #556EFE;
}
.TagClassName
{
border-color: #556EFE;
}
</style>