Shades of Neon Blue #5955FA
Tints of Neon Blue #5955FA
RGB
CMYK
RGB Variations
Color information
#5955FA (or 0x5955FA) is known color: Neon Blue. HEX triplet: 59, 55 and FA. RGB value is (89,85,250). Sum of RGB (Red+Green+Blue) = 89+85+250=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #5955FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5955FA is #A6AA05. Grayscale: #686868. Windows color (decimal): -10922502 or 16405849. OLE color: 16405849.
HSL color Cylindrical-coordinate representation of color #5955FA: hue angle of 241.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5955FA is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 85 | 250 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.02 |
| HSL | 241.45º | 0.94% | 0.66% | - |
| HSV(B) | 241.45º | 0.66% | 0.98% | - |
| XYZ | 24.62 | 15.52 | 92.14 | - |
| YUV | 105.01 | 209.83 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 250 | 0.64 | 0.66 | 0 | 0.02 | 241.45 | 0.94 | 0.66 |
| Hex | 59 | 55 | FA | 40 | 42 | 0 | 2 | F1 | 5E | 42 |
| Octal | 131 | 125 | 372 | 100 | 102 | 0 | 2 | 361 | 136 | 102 |
| Binary | 1011001 | 1010101 | 11111010 | 1000000 | 1000010 | 0 | 10 | 11110001 | 1011110 | 1000010 |
Color Harmonies of #5955FA
Complementary color
Monochromatic Colors of #5955FA
Black with #5955FA
Text Example
Text Example
White with #5955FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955FA; }
p { color: rgb(89,85,250); }
H1.HeaderClassName
{
color: #5955FA;
}
.AnyTagClassName
{
color: #5955FA;
}
</style>
background-color css
<style>
a { background-color: #5955FA; }
a { background-color: rgb(89,85,250); }
div.DivClassName
{
background-color: #5955FA;
}
.BgClassName
{
background-color: #5955FA;
}
</style>
border-color css
<style>
span { border-color: #5955FA; }
span { border-color: rgb(89,85,250); }
td.TdClassName
{
border-color: #5955FA;
}
.TagClassName
{
border-color: #5955FA;
}
</style>