Shades of Neon Blue #563FFE
Tints of Neon Blue #563FFE
RGB
CMYK
RGB Variations
Color information
#563FFE (or 0x563FFE) is known color: Neon Blue. HEX triplet: 56, 3F and FE. RGB value is (86,63,254). Sum of RGB (Red+Green+Blue) = 86+63+254=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #563FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563FFE is #A9C001. Grayscale: #5A5A5A. Windows color (decimal): -11124738 or 16662358. OLE color: 16662358.
HSL color Cylindrical-coordinate representation of color #563FFE: hue angle of 247.23º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #563FFE is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 63 | 254 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.00 |
| HSL | 247.23º | 0.99% | 0.62% | - |
| HSV(B) | 247.23º | 0.75% | 1% | - |
| XYZ | 23.5 | 12.69 | 94.98 | - |
| YUV | 91.65 | 219.62 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 254 | 0.66 | 0.75 | 0 | 0.00 | 247.23 | 0.99 | 0.62 |
| Hex | 56 | 3F | FE | 42 | 4B | 0 | 0 | F7 | 63 | 3E |
| Octal | 126 | 77 | 376 | 102 | 113 | 0 | 0 | 367 | 143 | 76 |
| Binary | 1010110 | 111111 | 11111110 | 1000010 | 1001011 | 0 | 0 | 11110111 | 1100011 | 111110 |
Color Harmonies of #563FFE
Complementary color
Monochromatic Colors of #563FFE
Black with #563FFE
Text Example
Text Example
White with #563FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563FFE; }
p { color: rgb(86,63,254); }
H1.HeaderClassName
{
color: #563FFE;
}
.AnyTagClassName
{
color: #563FFE;
}
</style>
background-color css
<style>
a { background-color: #563FFE; }
a { background-color: rgb(86,63,254); }
div.DivClassName
{
background-color: #563FFE;
}
.BgClassName
{
background-color: #563FFE;
}
</style>
border-color css
<style>
span { border-color: #563FFE; }
span { border-color: rgb(86,63,254); }
td.TdClassName
{
border-color: #563FFE;
}
.TagClassName
{
border-color: #563FFE;
}
</style>