Shades of Neon Blue #564BFE
Tints of Neon Blue #564BFE
RGB
CMYK
RGB Variations
Color information
#564BFE (or 0x564BFE) is known color: Neon Blue. HEX triplet: 56, 4B and FE. RGB value is (86,75,254). Sum of RGB (Red+Green+Blue) = 86+75+254=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #564BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564BFE is #A9B401. Grayscale: #616161. Windows color (decimal): -11121666 or 16665430. OLE color: 16665430.
HSL color Cylindrical-coordinate representation of color #564BFE: hue angle of 243.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #564BFE is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 75 | 254 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.00 |
| HSL | 243.69º | 0.99% | 0.65% | - |
| HSV(B) | 243.69º | 0.7% | 1% | - |
| XYZ | 24.24 | 14.17 | 95.22 | - |
| YUV | 98.7 | 215.64 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 254 | 0.66 | 0.70 | 0 | 0.00 | 243.69 | 0.99 | 0.65 |
| Hex | 56 | 4B | FE | 42 | 46 | 0 | 0 | F4 | 63 | 41 |
| Octal | 126 | 113 | 376 | 102 | 106 | 0 | 0 | 364 | 143 | 101 |
| Binary | 1010110 | 1001011 | 11111110 | 1000010 | 1000110 | 0 | 0 | 11110100 | 1100011 | 1000001 |
Color Harmonies of #564BFE
Complementary color
Monochromatic Colors of #564BFE
Black with #564BFE
Text Example
Text Example
White with #564BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BFE; }
p { color: rgb(86,75,254); }
H1.HeaderClassName
{
color: #564BFE;
}
.AnyTagClassName
{
color: #564BFE;
}
</style>
background-color css
<style>
a { background-color: #564BFE; }
a { background-color: rgb(86,75,254); }
div.DivClassName
{
background-color: #564BFE;
}
.BgClassName
{
background-color: #564BFE;
}
</style>
border-color css
<style>
span { border-color: #564BFE; }
span { border-color: rgb(86,75,254); }
td.TdClassName
{
border-color: #564BFE;
}
.TagClassName
{
border-color: #564BFE;
}
</style>