Shades of Neon Blue #556DFF
Tints of Neon Blue #556DFF
RGB
CMYK
RGB Variations
Color information
#556DFF (or 0x556DFF) is known color: Neon Blue. HEX triplet: 55, 6D and FF. RGB value is (85,109,255). Sum of RGB (Red+Green+Blue) = 85+109+255=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #556DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556DFF is #AA9200. Grayscale: #757575. Windows color (decimal): -11178497 or 16739669. OLE color: 16739669.
HSL color Cylindrical-coordinate representation of color #556DFF: hue angle of 231.53º 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 #556DFF is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 109 | 255 | - |
| CMYK | 0.67 | 0.57 | 0 | 0 |
| HSL | 231.53º | 1% | 0.67% | - |
| HSV(B) | 231.53º | 0.67% | 1% | - |
| XYZ | 27.26 | 20.09 | 97.05 | - |
| YUV | 118.47 | 205.05 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 255 | 0.67 | 0.57 | 0 | 0 | 231.53 | 1 | 0.67 |
| Hex | 55 | 6D | FF | 43 | 39 | 0 | 0 | E8 | 64 | 43 |
| Octal | 125 | 155 | 377 | 103 | 71 | 0 | 0 | 350 | 144 | 103 |
| Binary | 1010101 | 1101101 | 11111111 | 1000011 | 111001 | 0 | 0 | 11101000 | 1100100 | 1000011 |
Color Harmonies of #556DFF
Complementary color
Monochromatic Colors of #556DFF
Black with #556DFF
Text Example
Text Example
White with #556DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DFF; }
p { color: rgb(85,109,255); }
H1.HeaderClassName
{
color: #556DFF;
}
.AnyTagClassName
{
color: #556DFF;
}
</style>
background-color css
<style>
a { background-color: #556DFF; }
a { background-color: rgb(85,109,255); }
div.DivClassName
{
background-color: #556DFF;
}
.BgClassName
{
background-color: #556DFF;
}
</style>
border-color css
<style>
span { border-color: #556DFF; }
span { border-color: rgb(85,109,255); }
td.TdClassName
{
border-color: #556DFF;
}
.TagClassName
{
border-color: #556DFF;
}
</style>