Shades of Neon Blue #5963FC
Tints of Neon Blue #5963FC
RGB
CMYK
RGB Variations
Color information
#5963FC (or 0x5963FC) is known color: Neon Blue. HEX triplet: 59, 63 and FC. RGB value is (89,99,252). Sum of RGB (Red+Green+Blue) = 89+99+252=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #5963FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5963FC is #A69C03. Grayscale: #707070. Windows color (decimal): -10918916 or 16540505. OLE color: 16540505.
HSL color Cylindrical-coordinate representation of color #5963FC: hue angle of 236.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5963FC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 99 | 252 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.01 |
| HSL | 236.32º | 0.96% | 0.67% | - |
| HSV(B) | 236.32º | 0.65% | 0.99% | - |
| XYZ | 26.15 | 18.08 | 94.21 | - |
| YUV | 113.45 | 206.19 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 252 | 0.65 | 0.61 | 0 | 0.01 | 236.32 | 0.96 | 0.67 |
| Hex | 59 | 63 | FC | 41 | 3D | 0 | 1 | EC | 60 | 43 |
| Octal | 131 | 143 | 374 | 101 | 75 | 0 | 1 | 354 | 140 | 103 |
| Binary | 1011001 | 1100011 | 11111100 | 1000001 | 111101 | 0 | 1 | 11101100 | 1100000 | 1000011 |
Color Harmonies of #5963FC
Complementary color
Monochromatic Colors of #5963FC
Black with #5963FC
Text Example
Text Example
White with #5963FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5963FC; }
p { color: rgb(89,99,252); }
H1.HeaderClassName
{
color: #5963FC;
}
.AnyTagClassName
{
color: #5963FC;
}
</style>
background-color css
<style>
a { background-color: #5963FC; }
a { background-color: rgb(89,99,252); }
div.DivClassName
{
background-color: #5963FC;
}
.BgClassName
{
background-color: #5963FC;
}
</style>
border-color css
<style>
span { border-color: #5963FC; }
span { border-color: rgb(89,99,252); }
td.TdClassName
{
border-color: #5963FC;
}
.TagClassName
{
border-color: #5963FC;
}
</style>