Shades of Neon Blue #5564FF
Tints of Neon Blue #5564FF
RGB
CMYK
RGB Variations
Color information
#5564FF (or 0x5564FF) is known color: Neon Blue. HEX triplet: 55, 64 and FF. RGB value is (85,100,255). Sum of RGB (Red+Green+Blue) = 85+100+255=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #5564FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5564FF is #AA9B00. Grayscale: #707070. Windows color (decimal): -11180801 or 16737365. OLE color: 16737365.
HSL color Cylindrical-coordinate representation of color #5564FF: hue angle of 234.71º 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 #5564FF is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 100 | 255 | - |
| CMYK | 0.67 | 0.61 | 0 | 0 |
| HSL | 234.71º | 1% | 0.67% | - |
| HSV(B) | 234.71º | 0.67% | 1% | - |
| XYZ | 26.35 | 18.27 | 96.74 | - |
| YUV | 113.19 | 208.03 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 255 | 0.67 | 0.61 | 0 | 0 | 234.71 | 1 | 0.67 |
| Hex | 55 | 64 | FF | 43 | 3D | 0 | 0 | EB | 64 | 43 |
| Octal | 125 | 144 | 377 | 103 | 75 | 0 | 0 | 353 | 144 | 103 |
| Binary | 1010101 | 1100100 | 11111111 | 1000011 | 111101 | 0 | 0 | 11101011 | 1100100 | 1000011 |
Color Harmonies of #5564FF
Complementary color
Monochromatic Colors of #5564FF
Black with #5564FF
Text Example
Text Example
White with #5564FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564FF; }
p { color: rgb(85,100,255); }
H1.HeaderClassName
{
color: #5564FF;
}
.AnyTagClassName
{
color: #5564FF;
}
</style>
background-color css
<style>
a { background-color: #5564FF; }
a { background-color: rgb(85,100,255); }
div.DivClassName
{
background-color: #5564FF;
}
.BgClassName
{
background-color: #5564FF;
}
</style>
border-color css
<style>
span { border-color: #5564FF; }
span { border-color: rgb(85,100,255); }
td.TdClassName
{
border-color: #5564FF;
}
.TagClassName
{
border-color: #5564FF;
}
</style>