Shades of Neon Blue #5967FC
Tints of Neon Blue #5967FC
RGB
CMYK
RGB Variations
Color information
#5967FC (or 0x5967FC) is known color: Neon Blue. HEX triplet: 59, 67 and FC. RGB value is (89,103,252). Sum of RGB (Red+Green+Blue) = 89+103+252=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #5967FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5967FC is #A69803. Grayscale: #737373. Windows color (decimal): -10917892 or 16541529. OLE color: 16541529.
HSL color Cylindrical-coordinate representation of color #5967FC: hue angle of 234.85º 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 #5967FC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 103 | 252 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.01 |
| HSL | 234.85º | 0.96% | 0.67% | - |
| HSV(B) | 234.85º | 0.65% | 0.99% | - |
| XYZ | 26.54 | 18.85 | 94.34 | - |
| YUV | 115.8 | 204.86 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 252 | 0.65 | 0.59 | 0 | 0.01 | 234.85 | 0.96 | 0.67 |
| Hex | 59 | 67 | FC | 41 | 3B | 0 | 1 | EB | 60 | 43 |
| Octal | 131 | 147 | 374 | 101 | 73 | 0 | 1 | 353 | 140 | 103 |
| Binary | 1011001 | 1100111 | 11111100 | 1000001 | 111011 | 0 | 1 | 11101011 | 1100000 | 1000011 |
Color Harmonies of #5967FC
Complementary color
Monochromatic Colors of #5967FC
Black with #5967FC
Text Example
Text Example
White with #5967FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5967FC; }
p { color: rgb(89,103,252); }
H1.HeaderClassName
{
color: #5967FC;
}
.AnyTagClassName
{
color: #5967FC;
}
</style>
background-color css
<style>
a { background-color: #5967FC; }
a { background-color: rgb(89,103,252); }
div.DivClassName
{
background-color: #5967FC;
}
.BgClassName
{
background-color: #5967FC;
}
</style>
border-color css
<style>
span { border-color: #5967FC; }
span { border-color: rgb(89,103,252); }
td.TdClassName
{
border-color: #5967FC;
}
.TagClassName
{
border-color: #5967FC;
}
</style>