Shades of Neon Blue #564DFC
Tints of Neon Blue #564DFC
RGB
CMYK
RGB Variations
Color information
#564DFC (or 0x564DFC) is known color: Neon Blue. HEX triplet: 56, 4D and FC. RGB value is (86,77,252). Sum of RGB (Red+Green+Blue) = 86+77+252=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #564DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DFC is #A9B203. Grayscale: #626262. Windows color (decimal): -11121156 or 16534870. OLE color: 16534870.
HSL color Cylindrical-coordinate representation of color #564DFC: hue angle of 243.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564DFC is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 77 | 252 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.01 |
| HSL | 243.09º | 0.97% | 0.65% | - |
| HSV(B) | 243.09º | 0.69% | 0.99% | - |
| XYZ | 24.06 | 14.31 | 93.59 | - |
| YUV | 99.64 | 213.98 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 252 | 0.66 | 0.69 | 0 | 0.01 | 243.09 | 0.97 | 0.65 |
| Hex | 56 | 4D | FC | 42 | 45 | 0 | 1 | F3 | 61 | 41 |
| Octal | 126 | 115 | 374 | 102 | 105 | 0 | 1 | 363 | 141 | 101 |
| Binary | 1010110 | 1001101 | 11111100 | 1000010 | 1000101 | 0 | 1 | 11110011 | 1100001 | 1000001 |
Color Harmonies of #564DFC
Complementary color
Monochromatic Colors of #564DFC
Black with #564DFC
Text Example
Text Example
White with #564DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DFC; }
p { color: rgb(86,77,252); }
H1.HeaderClassName
{
color: #564DFC;
}
.AnyTagClassName
{
color: #564DFC;
}
</style>
background-color css
<style>
a { background-color: #564DFC; }
a { background-color: rgb(86,77,252); }
div.DivClassName
{
background-color: #564DFC;
}
.BgClassName
{
background-color: #564DFC;
}
</style>
border-color css
<style>
span { border-color: #564DFC; }
span { border-color: rgb(86,77,252); }
td.TdClassName
{
border-color: #564DFC;
}
.TagClassName
{
border-color: #564DFC;
}
</style>