Shades of Neon Blue #5564FD
Tints of Neon Blue #5564FD
RGB
CMYK
RGB Variations
Color information
#5564FD (or 0x5564FD) is known color: Neon Blue. HEX triplet: 55, 64 and FD. RGB value is (85,100,253). Sum of RGB (Red+Green+Blue) = 85+100+253=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #5564FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5564FD is #AA9B02. Grayscale: #707070. Windows color (decimal): -11180803 or 16606293. OLE color: 16606293.
HSL color Cylindrical-coordinate representation of color #5564FD: hue angle of 234.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5564FD is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 100 | 253 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.01 |
| HSL | 234.64º | 0.98% | 0.66% | - |
| HSV(B) | 234.64º | 0.66% | 0.99% | - |
| XYZ | 26.03 | 18.14 | 95.06 | - |
| YUV | 112.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 253 | 0.66 | 0.60 | 0 | 0.01 | 234.64 | 0.98 | 0.66 |
| Hex | 55 | 64 | FD | 42 | 3C | 0 | 1 | EB | 62 | 42 |
| Octal | 125 | 144 | 375 | 102 | 74 | 0 | 1 | 353 | 142 | 102 |
| Binary | 1010101 | 1100100 | 11111101 | 1000010 | 111100 | 0 | 1 | 11101011 | 1100010 | 1000010 |
Color Harmonies of #5564FD
Complementary color
Monochromatic Colors of #5564FD
Black with #5564FD
Text Example
Text Example
White with #5564FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564FD; }
p { color: rgb(85,100,253); }
H1.HeaderClassName
{
color: #5564FD;
}
.AnyTagClassName
{
color: #5564FD;
}
</style>
background-color css
<style>
a { background-color: #5564FD; }
a { background-color: rgb(85,100,253); }
div.DivClassName
{
background-color: #5564FD;
}
.BgClassName
{
background-color: #5564FD;
}
</style>
border-color css
<style>
span { border-color: #5564FD; }
span { border-color: rgb(85,100,253); }
td.TdClassName
{
border-color: #5564FD;
}
.TagClassName
{
border-color: #5564FD;
}
</style>