Shades of Neon Blue #5961FC
Tints of Neon Blue #5961FC
RGB
CMYK
RGB Variations
Color information
#5961FC (or 0x5961FC) is known color: Neon Blue. HEX triplet: 59, 61 and FC. RGB value is (89,97,252). Sum of RGB (Red+Green+Blue) = 89+97+252=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #5961FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5961FC is #A69E03. Grayscale: #6F6F6F. Windows color (decimal): -10919428 or 16539993. OLE color: 16539993.
HSL color Cylindrical-coordinate representation of color #5961FC: hue angle of 237.06º 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 #5961FC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 97 | 252 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.01 |
| HSL | 237.06º | 0.96% | 0.67% | - |
| HSV(B) | 237.06º | 0.65% | 0.99% | - |
| XYZ | 25.97 | 17.7 | 94.14 | - |
| YUV | 112.28 | 206.85 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 252 | 0.65 | 0.62 | 0 | 0.01 | 237.06 | 0.96 | 0.67 |
| Hex | 59 | 61 | FC | 41 | 3E | 0 | 1 | ED | 60 | 43 |
| Octal | 131 | 141 | 374 | 101 | 76 | 0 | 1 | 355 | 140 | 103 |
| Binary | 1011001 | 1100001 | 11111100 | 1000001 | 111110 | 0 | 1 | 11101101 | 1100000 | 1000011 |
Color Harmonies of #5961FC
Complementary color
Monochromatic Colors of #5961FC
Black with #5961FC
Text Example
Text Example
White with #5961FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5961FC; }
p { color: rgb(89,97,252); }
H1.HeaderClassName
{
color: #5961FC;
}
.AnyTagClassName
{
color: #5961FC;
}
</style>
background-color css
<style>
a { background-color: #5961FC; }
a { background-color: rgb(89,97,252); }
div.DivClassName
{
background-color: #5961FC;
}
.BgClassName
{
background-color: #5961FC;
}
</style>
border-color css
<style>
span { border-color: #5961FC; }
span { border-color: rgb(89,97,252); }
td.TdClassName
{
border-color: #5961FC;
}
.TagClassName
{
border-color: #5961FC;
}
</style>