Shades of Neon Blue #564CFC
Tints of Neon Blue #564CFC
RGB
CMYK
RGB Variations
Color information
#564CFC (or 0x564CFC) is known color: Neon Blue. HEX triplet: 56, 4C and FC. RGB value is (86,76,252). Sum of RGB (Red+Green+Blue) = 86+76+252=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #564CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CFC is #A9B303. Grayscale: #626262. Windows color (decimal): -11121412 or 16534614. OLE color: 16534614.
HSL color Cylindrical-coordinate representation of color #564CFC: hue angle of 243.41º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #564CFC is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 76 | 252 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.01 |
| HSL | 243.41º | 0.97% | 0.64% | - |
| HSV(B) | 243.41º | 0.7% | 0.99% | - |
| XYZ | 23.99 | 14.18 | 93.57 | - |
| YUV | 99.05 | 214.31 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 252 | 0.66 | 0.70 | 0 | 0.01 | 243.41 | 0.97 | 0.64 |
| Hex | 56 | 4C | FC | 42 | 46 | 0 | 1 | F3 | 61 | 40 |
| Octal | 126 | 114 | 374 | 102 | 106 | 0 | 1 | 363 | 141 | 100 |
| Binary | 1010110 | 1001100 | 11111100 | 1000010 | 1000110 | 0 | 1 | 11110011 | 1100001 | 1000000 |
Color Harmonies of #564CFC
Complementary color
Monochromatic Colors of #564CFC
Black with #564CFC
Text Example
Text Example
White with #564CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564CFC; }
p { color: rgb(86,76,252); }
H1.HeaderClassName
{
color: #564CFC;
}
.AnyTagClassName
{
color: #564CFC;
}
</style>
background-color css
<style>
a { background-color: #564CFC; }
a { background-color: rgb(86,76,252); }
div.DivClassName
{
background-color: #564CFC;
}
.BgClassName
{
background-color: #564CFC;
}
</style>
border-color css
<style>
span { border-color: #564CFC; }
span { border-color: rgb(86,76,252); }
td.TdClassName
{
border-color: #564CFC;
}
.TagClassName
{
border-color: #564CFC;
}
</style>