Shades of Neon Blue #564DF9
Tints of Neon Blue #564DF9
RGB
CMYK
RGB Variations
Color information
#564DF9 (or 0x564DF9) is known color: Neon Blue. HEX triplet: 56, 4D and F9. RGB value is (86,77,249). Sum of RGB (Red+Green+Blue) = 86+77+249=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #564DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DF9 is #A9B206. Grayscale: #626262. Windows color (decimal): -11121159 or 16338262. OLE color: 16338262.
HSL color Cylindrical-coordinate representation of color #564DF9: hue angle of 243.14º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564DF9 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 77 | 249 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.02 |
| HSL | 243.14º | 0.93% | 0.64% | - |
| HSV(B) | 243.14º | 0.69% | 0.98% | - |
| XYZ | 23.59 | 14.13 | 91.11 | - |
| YUV | 99.3 | 212.48 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 249 | 0.65 | 0.69 | 0 | 0.02 | 243.14 | 0.93 | 0.64 |
| Hex | 56 | 4D | F9 | 41 | 45 | 0 | 2 | F3 | 5D | 40 |
| Octal | 126 | 115 | 371 | 101 | 105 | 0 | 2 | 363 | 135 | 100 |
| Binary | 1010110 | 1001101 | 11111001 | 1000001 | 1000101 | 0 | 10 | 11110011 | 1011101 | 1000000 |
Color Harmonies of #564DF9
Complementary color
Monochromatic Colors of #564DF9
Black with #564DF9
Text Example
Text Example
White with #564DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DF9; }
p { color: rgb(86,77,249); }
H1.HeaderClassName
{
color: #564DF9;
}
.AnyTagClassName
{
color: #564DF9;
}
</style>
background-color css
<style>
a { background-color: #564DF9; }
a { background-color: rgb(86,77,249); }
div.DivClassName
{
background-color: #564DF9;
}
.BgClassName
{
background-color: #564DF9;
}
</style>
border-color css
<style>
span { border-color: #564DF9; }
span { border-color: rgb(86,77,249); }
td.TdClassName
{
border-color: #564DF9;
}
.TagClassName
{
border-color: #564DF9;
}
</style>