Shades of Neon Blue #5967FE
Tints of Neon Blue #5967FE
RGB
CMYK
RGB Variations
Color information
#5967FE (or 0x5967FE) is known color: Neon Blue. HEX triplet: 59, 67 and FE. RGB value is (89,103,254). Sum of RGB (Red+Green+Blue) = 89+103+254=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #5967FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5967FE is #A69801. Grayscale: #737373. Windows color (decimal): -10917890 or 16672601. OLE color: 16672601.
HSL color Cylindrical-coordinate representation of color #5967FE: hue angle of 234.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5967FE is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 103 | 254 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.00 |
| HSL | 234.91º | 0.99% | 0.67% | - |
| HSV(B) | 234.91º | 0.65% | 1% | - |
| XYZ | 26.86 | 18.98 | 96.01 | - |
| YUV | 116.03 | 205.86 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 254 | 0.65 | 0.59 | 0 | 0.00 | 234.91 | 0.99 | 0.67 |
| Hex | 59 | 67 | FE | 41 | 3B | 0 | 0 | EB | 63 | 43 |
| Octal | 131 | 147 | 376 | 101 | 73 | 0 | 0 | 353 | 143 | 103 |
| Binary | 1011001 | 1100111 | 11111110 | 1000001 | 111011 | 0 | 0 | 11101011 | 1100011 | 1000011 |
Color Harmonies of #5967FE
Complementary color
Monochromatic Colors of #5967FE
Black with #5967FE
Text Example
Text Example
White with #5967FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5967FE; }
p { color: rgb(89,103,254); }
H1.HeaderClassName
{
color: #5967FE;
}
.AnyTagClassName
{
color: #5967FE;
}
</style>
background-color css
<style>
a { background-color: #5967FE; }
a { background-color: rgb(89,103,254); }
div.DivClassName
{
background-color: #5967FE;
}
.BgClassName
{
background-color: #5967FE;
}
</style>
border-color css
<style>
span { border-color: #5967FE; }
span { border-color: rgb(89,103,254); }
td.TdClassName
{
border-color: #5967FE;
}
.TagClassName
{
border-color: #5967FE;
}
</style>