Shades of Neon Blue #5965FC
Tints of Neon Blue #5965FC
RGB
CMYK
RGB Variations
Color information
#5965FC (or 0x5965FC) is known color: Neon Blue. HEX triplet: 59, 65 and FC. RGB value is (89,101,252). Sum of RGB (Red+Green+Blue) = 89+101+252=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #5965FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5965FC is #A69A03. Grayscale: #727272. Windows color (decimal): -10918404 or 16541017. OLE color: 16541017.
HSL color Cylindrical-coordinate representation of color #5965FC: hue angle of 235.58º 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 #5965FC is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 101 | 252 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.01 |
| HSL | 235.58º | 0.96% | 0.67% | - |
| HSV(B) | 235.58º | 0.65% | 0.99% | - |
| XYZ | 26.34 | 18.46 | 94.27 | - |
| YUV | 114.63 | 205.52 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 252 | 0.65 | 0.60 | 0 | 0.01 | 235.58 | 0.96 | 0.67 |
| Hex | 59 | 65 | FC | 41 | 3C | 0 | 1 | EC | 60 | 43 |
| Octal | 131 | 145 | 374 | 101 | 74 | 0 | 1 | 354 | 140 | 103 |
| Binary | 1011001 | 1100101 | 11111100 | 1000001 | 111100 | 0 | 1 | 11101100 | 1100000 | 1000011 |
Color Harmonies of #5965FC
Complementary color
Monochromatic Colors of #5965FC
Black with #5965FC
Text Example
Text Example
White with #5965FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5965FC; }
p { color: rgb(89,101,252); }
H1.HeaderClassName
{
color: #5965FC;
}
.AnyTagClassName
{
color: #5965FC;
}
</style>
background-color css
<style>
a { background-color: #5965FC; }
a { background-color: rgb(89,101,252); }
div.DivClassName
{
background-color: #5965FC;
}
.BgClassName
{
background-color: #5965FC;
}
</style>
border-color css
<style>
span { border-color: #5965FC; }
span { border-color: rgb(89,101,252); }
td.TdClassName
{
border-color: #5965FC;
}
.TagClassName
{
border-color: #5965FC;
}
</style>