Shades of Neon Blue #564DF6
Tints of Neon Blue #564DF6
RGB
CMYK
RGB Variations
Color information
#564DF6 (or 0x564DF6) is known color: Neon Blue. HEX triplet: 56, 4D and F6. RGB value is (86,77,246). Sum of RGB (Red+Green+Blue) = 86+77+246=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #564DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DF6 is #A9B209. Grayscale: #626262. Windows color (decimal): -11121162 or 16141654. OLE color: 16141654.
HSL color Cylindrical-coordinate representation of color #564DF6: hue angle of 243.2º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564DF6 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 77 | 246 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.04 |
| HSL | 243.2º | 0.9% | 0.63% | - |
| HSV(B) | 243.2º | 0.69% | 0.96% | - |
| XYZ | 23.13 | 13.94 | 88.66 | - |
| YUV | 98.96 | 210.98 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 246 | 0.65 | 0.69 | 0 | 0.04 | 243.2 | 0.9 | 0.63 |
| Hex | 56 | 4D | F6 | 41 | 45 | 0 | 4 | F3 | 5A | 3F |
| Octal | 126 | 115 | 366 | 101 | 105 | 0 | 4 | 363 | 132 | 77 |
| Binary | 1010110 | 1001101 | 11110110 | 1000001 | 1000101 | 0 | 100 | 11110011 | 1011010 | 111111 |
Color Harmonies of #564DF6
Complementary color
Monochromatic Colors of #564DF6
Black with #564DF6
Text Example
Text Example
White with #564DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DF6; }
p { color: rgb(86,77,246); }
H1.HeaderClassName
{
color: #564DF6;
}
.AnyTagClassName
{
color: #564DF6;
}
</style>
background-color css
<style>
a { background-color: #564DF6; }
a { background-color: rgb(86,77,246); }
div.DivClassName
{
background-color: #564DF6;
}
.BgClassName
{
background-color: #564DF6;
}
</style>
border-color css
<style>
span { border-color: #564DF6; }
span { border-color: rgb(86,77,246); }
td.TdClassName
{
border-color: #564DF6;
}
.TagClassName
{
border-color: #564DF6;
}
</style>