Shades of Neon Blue #5963FD
Tints of Neon Blue #5963FD
RGB
CMYK
RGB Variations
Color information
#5963FD (or 0x5963FD) is known color: Neon Blue. HEX triplet: 59, 63 and FD. RGB value is (89,99,253). Sum of RGB (Red+Green+Blue) = 89+99+253=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #5963FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5963FD is #A69C02. Grayscale: #707070. Windows color (decimal): -10918915 or 16606041. OLE color: 16606041.
HSL color Cylindrical-coordinate representation of color #5963FD: hue angle of 236.34º degrees, saturation: 0.98, 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 #5963FD is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 99 | 253 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.01 |
| HSL | 236.34º | 0.98% | 0.67% | - |
| HSV(B) | 236.34º | 0.65% | 0.99% | - |
| XYZ | 26.31 | 18.14 | 95.04 | - |
| YUV | 113.57 | 206.69 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 253 | 0.65 | 0.61 | 0 | 0.01 | 236.34 | 0.98 | 0.67 |
| Hex | 59 | 63 | FD | 41 | 3D | 0 | 1 | EC | 62 | 43 |
| Octal | 131 | 143 | 375 | 101 | 75 | 0 | 1 | 354 | 142 | 103 |
| Binary | 1011001 | 1100011 | 11111101 | 1000001 | 111101 | 0 | 1 | 11101100 | 1100010 | 1000011 |
Color Harmonies of #5963FD
Complementary color
Monochromatic Colors of #5963FD
Black with #5963FD
Text Example
Text Example
White with #5963FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5963FD; }
p { color: rgb(89,99,253); }
H1.HeaderClassName
{
color: #5963FD;
}
.AnyTagClassName
{
color: #5963FD;
}
</style>
background-color css
<style>
a { background-color: #5963FD; }
a { background-color: rgb(89,99,253); }
div.DivClassName
{
background-color: #5963FD;
}
.BgClassName
{
background-color: #5963FD;
}
</style>
border-color css
<style>
span { border-color: #5963FD; }
span { border-color: rgb(89,99,253); }
td.TdClassName
{
border-color: #5963FD;
}
.TagClassName
{
border-color: #5963FD;
}
</style>