Shades of Neon Blue #565AFC
Tints of Neon Blue #565AFC
RGB
CMYK
RGB Variations
Color information
#565AFC (or 0x565AFC) is known color: Neon Blue. HEX triplet: 56, 5A and FC. RGB value is (86,90,252). Sum of RGB (Red+Green+Blue) = 86+90+252=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #565AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565AFC is #A9A503. Grayscale: #6A6A6A. Windows color (decimal): -11117828 or 16538198. OLE color: 16538198.
HSL color Cylindrical-coordinate representation of color #565AFC: hue angle of 238.55º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565AFC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 90 | 252 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.01 |
| HSL | 238.55º | 0.97% | 0.66% | - |
| HSV(B) | 238.55º | 0.66% | 0.99% | - |
| XYZ | 25.06 | 16.32 | 93.92 | - |
| YUV | 107.27 | 209.67 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 252 | 0.66 | 0.64 | 0 | 0.01 | 238.55 | 0.97 | 0.66 |
| Hex | 56 | 5A | FC | 42 | 40 | 0 | 1 | EF | 61 | 42 |
| Octal | 126 | 132 | 374 | 102 | 100 | 0 | 1 | 357 | 141 | 102 |
| Binary | 1010110 | 1011010 | 11111100 | 1000010 | 1000000 | 0 | 1 | 11101111 | 1100001 | 1000010 |
Color Harmonies of #565AFC
Complementary color
Monochromatic Colors of #565AFC
Black with #565AFC
Text Example
Text Example
White with #565AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AFC; }
p { color: rgb(86,90,252); }
H1.HeaderClassName
{
color: #565AFC;
}
.AnyTagClassName
{
color: #565AFC;
}
</style>
background-color css
<style>
a { background-color: #565AFC; }
a { background-color: rgb(86,90,252); }
div.DivClassName
{
background-color: #565AFC;
}
.BgClassName
{
background-color: #565AFC;
}
</style>
border-color css
<style>
span { border-color: #565AFC; }
span { border-color: rgb(86,90,252); }
td.TdClassName
{
border-color: #565AFC;
}
.TagClassName
{
border-color: #565AFC;
}
</style>