Shades of Neon Blue #5953FE
Tints of Neon Blue #5953FE
RGB
CMYK
RGB Variations
Color information
#5953FE (or 0x5953FE) is known color: Neon Blue. HEX triplet: 59, 53 and FE. RGB value is (89,83,254). Sum of RGB (Red+Green+Blue) = 89+83+254=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #5953FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5953FE is #A6AC01. Grayscale: #676767. Windows color (decimal): -10923010 or 16667481. OLE color: 16667481.
HSL color Cylindrical-coordinate representation of color #5953FE: hue angle of 242.11º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5953FE is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 83 | 254 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.00 |
| HSL | 242.11º | 0.99% | 0.66% | - |
| HSV(B) | 242.11º | 0.67% | 1% | - |
| XYZ | 25.1 | 15.47 | 95.43 | - |
| YUV | 104.29 | 212.49 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 254 | 0.65 | 0.67 | 0 | 0.00 | 242.11 | 0.99 | 0.66 |
| Hex | 59 | 53 | FE | 41 | 43 | 0 | 0 | F2 | 63 | 42 |
| Octal | 131 | 123 | 376 | 101 | 103 | 0 | 0 | 362 | 143 | 102 |
| Binary | 1011001 | 1010011 | 11111110 | 1000001 | 1000011 | 0 | 0 | 11110010 | 1100011 | 1000010 |
Color Harmonies of #5953FE
Complementary color
Monochromatic Colors of #5953FE
Black with #5953FE
Text Example
Text Example
White with #5953FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5953FE; }
p { color: rgb(89,83,254); }
H1.HeaderClassName
{
color: #5953FE;
}
.AnyTagClassName
{
color: #5953FE;
}
</style>
background-color css
<style>
a { background-color: #5953FE; }
a { background-color: rgb(89,83,254); }
div.DivClassName
{
background-color: #5953FE;
}
.BgClassName
{
background-color: #5953FE;
}
</style>
border-color css
<style>
span { border-color: #5953FE; }
span { border-color: rgb(89,83,254); }
td.TdClassName
{
border-color: #5953FE;
}
.TagClassName
{
border-color: #5953FE;
}
</style>