Shades of Neon Blue #564DF0
Tints of Neon Blue #564DF0
RGB
CMYK
RGB Variations
Color information
#564DF0 (or 0x564DF0) is known color: Neon Blue. HEX triplet: 56, 4D and F0. RGB value is (86,77,240). Sum of RGB (Red+Green+Blue) = 86+77+240=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #564DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DF0 is #A9B20F. Grayscale: #616161. Windows color (decimal): -11121168 or 15748438. OLE color: 15748438.
HSL color Cylindrical-coordinate representation of color #564DF0: hue angle of 243.31º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #564DF0 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 77 | 240 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.06 |
| HSL | 243.31º | 0.84% | 0.62% | - |
| HSV(B) | 243.31º | 0.68% | 0.94% | - |
| XYZ | 22.22 | 13.58 | 83.89 | - |
| YUV | 98.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 240 | 0.64 | 0.68 | 0 | 0.06 | 243.31 | 0.84 | 0.62 |
| Hex | 56 | 4D | F0 | 40 | 44 | 0 | 6 | F3 | 54 | 3E |
| Octal | 126 | 115 | 360 | 100 | 104 | 0 | 6 | 363 | 124 | 76 |
| Binary | 1010110 | 1001101 | 11110000 | 1000000 | 1000100 | 0 | 110 | 11110011 | 1010100 | 111110 |
Color Harmonies of #564DF0
Complementary color
Monochromatic Colors of #564DF0
Black with #564DF0
Text Example
Text Example
White with #564DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DF0; }
p { color: rgb(86,77,240); }
H1.HeaderClassName
{
color: #564DF0;
}
.AnyTagClassName
{
color: #564DF0;
}
</style>
background-color css
<style>
a { background-color: #564DF0; }
a { background-color: rgb(86,77,240); }
div.DivClassName
{
background-color: #564DF0;
}
.BgClassName
{
background-color: #564DF0;
}
</style>
border-color css
<style>
span { border-color: #564DF0; }
span { border-color: rgb(86,77,240); }
td.TdClassName
{
border-color: #564DF0;
}
.TagClassName
{
border-color: #564DF0;
}
</style>