Shades of Neon Blue #5564F9
Tints of Neon Blue #5564F9
RGB
CMYK
RGB Variations
Color information
#5564F9 (or 0x5564F9) is known color: Neon Blue. HEX triplet: 55, 64 and F9. RGB value is (85,100,249). Sum of RGB (Red+Green+Blue) = 85+100+249=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #5564F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5564F9 is #AA9B06. Grayscale: #6F6F6F. Windows color (decimal): -11180807 or 16344149. OLE color: 16344149.
HSL color Cylindrical-coordinate representation of color #5564F9: hue angle of 234.51º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5564F9 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 100 | 249 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.02 |
| HSL | 234.51º | 0.93% | 0.65% | - |
| HSV(B) | 234.51º | 0.66% | 0.98% | - |
| XYZ | 25.4 | 17.89 | 91.74 | - |
| YUV | 112.5 | 205.03 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 249 | 0.66 | 0.60 | 0 | 0.02 | 234.51 | 0.93 | 0.65 |
| Hex | 55 | 64 | F9 | 42 | 3C | 0 | 2 | EB | 5D | 41 |
| Octal | 125 | 144 | 371 | 102 | 74 | 0 | 2 | 353 | 135 | 101 |
| Binary | 1010101 | 1100100 | 11111001 | 1000010 | 111100 | 0 | 10 | 11101011 | 1011101 | 1000001 |
Color Harmonies of #5564F9
Complementary color
Monochromatic Colors of #5564F9
Black with #5564F9
Text Example
Text Example
White with #5564F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564F9; }
p { color: rgb(85,100,249); }
H1.HeaderClassName
{
color: #5564F9;
}
.AnyTagClassName
{
color: #5564F9;
}
</style>
background-color css
<style>
a { background-color: #5564F9; }
a { background-color: rgb(85,100,249); }
div.DivClassName
{
background-color: #5564F9;
}
.BgClassName
{
background-color: #5564F9;
}
</style>
border-color css
<style>
span { border-color: #5564F9; }
span { border-color: rgb(85,100,249); }
td.TdClassName
{
border-color: #5564F9;
}
.TagClassName
{
border-color: #5564F9;
}
</style>