Shades of Neon Blue #564AF1
Tints of Neon Blue #564AF1
RGB
CMYK
RGB Variations
Color information
#564AF1 (or 0x564AF1) is known color: Neon Blue. HEX triplet: 56, 4A and F1. RGB value is (86,74,241). Sum of RGB (Red+Green+Blue) = 86+74+241=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #564AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564AF1 is #A9B50E. Grayscale: #5F5F5F. Windows color (decimal): -11121935 or 15813206. OLE color: 15813206.
HSL color Cylindrical-coordinate representation of color #564AF1: hue angle of 244.31º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564AF1 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 74 | 241 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.05 |
| HSL | 244.31º | 0.86% | 0.62% | - |
| HSV(B) | 244.31º | 0.69% | 0.95% | - |
| XYZ | 22.16 | 13.23 | 84.6 | - |
| YUV | 96.63 | 209.48 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 241 | 0.64 | 0.69 | 0 | 0.05 | 244.31 | 0.86 | 0.62 |
| Hex | 56 | 4A | F1 | 40 | 45 | 0 | 5 | F4 | 56 | 3E |
| Octal | 126 | 112 | 361 | 100 | 105 | 0 | 5 | 364 | 126 | 76 |
| Binary | 1010110 | 1001010 | 11110001 | 1000000 | 1000101 | 0 | 101 | 11110100 | 1010110 | 111110 |
Color Harmonies of #564AF1
Complementary color
Monochromatic Colors of #564AF1
Black with #564AF1
Text Example
Text Example
White with #564AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564AF1; }
p { color: rgb(86,74,241); }
H1.HeaderClassName
{
color: #564AF1;
}
.AnyTagClassName
{
color: #564AF1;
}
</style>
background-color css
<style>
a { background-color: #564AF1; }
a { background-color: rgb(86,74,241); }
div.DivClassName
{
background-color: #564AF1;
}
.BgClassName
{
background-color: #564AF1;
}
</style>
border-color css
<style>
span { border-color: #564AF1; }
span { border-color: rgb(86,74,241); }
td.TdClassName
{
border-color: #564AF1;
}
.TagClassName
{
border-color: #564AF1;
}
</style>