Shades of Neon Blue #564AF0
Tints of Neon Blue #564AF0
RGB
CMYK
RGB Variations
Color information
#564AF0 (or 0x564AF0) is known color: Neon Blue. HEX triplet: 56, 4A and F0. RGB value is (86,74,240). Sum of RGB (Red+Green+Blue) = 86+74+240=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #564AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564AF0 is #A9B50F. Grayscale: #5F5F5F. Windows color (decimal): -11121936 or 15747670. OLE color: 15747670.
HSL color Cylindrical-coordinate representation of color #564AF0: hue angle of 244.34º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564AF0 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 74 | 240 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.06 |
| HSL | 244.34º | 0.85% | 0.62% | - |
| HSV(B) | 244.34º | 0.69% | 0.94% | - |
| XYZ | 22.01 | 13.17 | 83.82 | - |
| YUV | 96.51 | 208.98 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 240 | 0.64 | 0.69 | 0 | 0.06 | 244.34 | 0.85 | 0.62 |
| Hex | 56 | 4A | F0 | 40 | 45 | 0 | 6 | F4 | 55 | 3E |
| Octal | 126 | 112 | 360 | 100 | 105 | 0 | 6 | 364 | 125 | 76 |
| Binary | 1010110 | 1001010 | 11110000 | 1000000 | 1000101 | 0 | 110 | 11110100 | 1010101 | 111110 |
Color Harmonies of #564AF0
Complementary color
Monochromatic Colors of #564AF0
Black with #564AF0
Text Example
Text Example
White with #564AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564AF0; }
p { color: rgb(86,74,240); }
H1.HeaderClassName
{
color: #564AF0;
}
.AnyTagClassName
{
color: #564AF0;
}
</style>
background-color css
<style>
a { background-color: #564AF0; }
a { background-color: rgb(86,74,240); }
div.DivClassName
{
background-color: #564AF0;
}
.BgClassName
{
background-color: #564AF0;
}
</style>
border-color css
<style>
span { border-color: #564AF0; }
span { border-color: rgb(86,74,240); }
td.TdClassName
{
border-color: #564AF0;
}
.TagClassName
{
border-color: #564AF0;
}
</style>