Shades of Neon Blue #5561FF
Tints of Neon Blue #5561FF
RGB
CMYK
RGB Variations
Color information
#5561FF (or 0x5561FF) is known color: Neon Blue. HEX triplet: 55, 61 and FF. RGB value is (85,97,255). Sum of RGB (Red+Green+Blue) = 85+97+255=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #5561FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5561FF is #AA9E00. Grayscale: #6E6E6E. Windows color (decimal): -11181569 or 16736597. OLE color: 16736597.
HSL color Cylindrical-coordinate representation of color #5561FF: hue angle of 235.76º 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 #5561FF is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 97 | 255 | - |
| CMYK | 0.67 | 0.62 | 0 | 0 |
| HSL | 235.76º | 1% | 0.67% | - |
| HSV(B) | 235.76º | 0.67% | 1% | - |
| XYZ | 26.07 | 17.7 | 96.65 | - |
| YUV | 111.42 | 209.02 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 255 | 0.67 | 0.62 | 0 | 0 | 235.76 | 1 | 0.67 |
| Hex | 55 | 61 | FF | 43 | 3E | 0 | 0 | EC | 64 | 43 |
| Octal | 125 | 141 | 377 | 103 | 76 | 0 | 0 | 354 | 144 | 103 |
| Binary | 1010101 | 1100001 | 11111111 | 1000011 | 111110 | 0 | 0 | 11101100 | 1100100 | 1000011 |
Color Harmonies of #5561FF
Complementary color
Monochromatic Colors of #5561FF
Black with #5561FF
Text Example
Text Example
White with #5561FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561FF; }
p { color: rgb(85,97,255); }
H1.HeaderClassName
{
color: #5561FF;
}
.AnyTagClassName
{
color: #5561FF;
}
</style>
background-color css
<style>
a { background-color: #5561FF; }
a { background-color: rgb(85,97,255); }
div.DivClassName
{
background-color: #5561FF;
}
.BgClassName
{
background-color: #5561FF;
}
</style>
border-color css
<style>
span { border-color: #5561FF; }
span { border-color: rgb(85,97,255); }
td.TdClassName
{
border-color: #5561FF;
}
.TagClassName
{
border-color: #5561FF;
}
</style>