Shades of Neon Blue #563CFE
Tints of Neon Blue #563CFE
RGB
CMYK
RGB Variations
Color information
#563CFE (or 0x563CFE) is known color: Neon Blue. HEX triplet: 56, 3C and FE. RGB value is (86,60,254). Sum of RGB (Red+Green+Blue) = 86+60+254=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #563CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563CFE is #A9C301. Grayscale: #595959. Windows color (decimal): -11125506 or 16661590. OLE color: 16661590.
HSL color Cylindrical-coordinate representation of color #563CFE: hue angle of 248.04º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #563CFE is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 60 | 254 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.00 |
| HSL | 248.04º | 0.99% | 0.62% | - |
| HSV(B) | 248.04º | 0.76% | 1% | - |
| XYZ | 23.34 | 12.37 | 94.92 | - |
| YUV | 89.89 | 220.61 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 254 | 0.66 | 0.76 | 0 | 0.00 | 248.04 | 0.99 | 0.62 |
| Hex | 56 | 3C | FE | 42 | 4C | 0 | 0 | F8 | 63 | 3E |
| Octal | 126 | 74 | 376 | 102 | 114 | 0 | 0 | 370 | 143 | 76 |
| Binary | 1010110 | 111100 | 11111110 | 1000010 | 1001100 | 0 | 0 | 11111000 | 1100011 | 111110 |
Color Harmonies of #563CFE
Complementary color
Monochromatic Colors of #563CFE
Black with #563CFE
Text Example
Text Example
White with #563CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563CFE; }
p { color: rgb(86,60,254); }
H1.HeaderClassName
{
color: #563CFE;
}
.AnyTagClassName
{
color: #563CFE;
}
</style>
background-color css
<style>
a { background-color: #563CFE; }
a { background-color: rgb(86,60,254); }
div.DivClassName
{
background-color: #563CFE;
}
.BgClassName
{
background-color: #563CFE;
}
</style>
border-color css
<style>
span { border-color: #563CFE; }
span { border-color: rgb(86,60,254); }
td.TdClassName
{
border-color: #563CFE;
}
.TagClassName
{
border-color: #563CFE;
}
</style>