Shades of Neon Blue #563FFF
Tints of Neon Blue #563FFF
RGB
CMYK
RGB Variations
Color information
#563FFF (or 0x563FFF) is known color: Neon Blue. HEX triplet: 56, 3F and FF. RGB value is (86,63,255). Sum of RGB (Red+Green+Blue) = 86+63+255=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #563FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563FFF is #A9C000. Grayscale: #5B5B5B. Windows color (decimal): -11124737 or 16727894. OLE color: 16727894.
HSL color Cylindrical-coordinate representation of color #563FFF: hue angle of 247.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #563FFF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 63 | 255 | - |
| CMYK | 0.66 | 0.75 | 0 | 0 |
| HSL | 247.19º | 1% | 0.62% | - |
| HSV(B) | 247.19º | 0.75% | 1% | - |
| XYZ | 23.67 | 12.75 | 95.82 | - |
| YUV | 91.77 | 220.12 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 255 | 0.66 | 0.75 | 0 | 0 | 247.19 | 1 | 0.62 |
| Hex | 56 | 3F | FF | 42 | 4B | 0 | 0 | F7 | 64 | 3E |
| Octal | 126 | 77 | 377 | 102 | 113 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010110 | 111111 | 11111111 | 1000010 | 1001011 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #563FFF
Complementary color
Monochromatic Colors of #563FFF
Black with #563FFF
Text Example
Text Example
White with #563FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563FFF; }
p { color: rgb(86,63,255); }
H1.HeaderClassName
{
color: #563FFF;
}
.AnyTagClassName
{
color: #563FFF;
}
</style>
background-color css
<style>
a { background-color: #563FFF; }
a { background-color: rgb(86,63,255); }
div.DivClassName
{
background-color: #563FFF;
}
.BgClassName
{
background-color: #563FFF;
}
</style>
border-color css
<style>
span { border-color: #563FFF; }
span { border-color: rgb(86,63,255); }
td.TdClassName
{
border-color: #563FFF;
}
.TagClassName
{
border-color: #563FFF;
}
</style>