Shades of Neon Blue #5955EF
Tints of Neon Blue #5955EF
RGB
CMYK
RGB Variations
Color information
#5955EF (or 0x5955EF) is known color: Neon Blue. HEX triplet: 59, 55 and EF. RGB value is (89,85,239). Sum of RGB (Red+Green+Blue) = 89+85+239=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #5955EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5955EF is #A6AA10. Grayscale: #676767. Windows color (decimal): -10922513 or 15684953. OLE color: 15684953.
HSL color Cylindrical-coordinate representation of color #5955EF: hue angle of 241.56º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5955EF is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 85 | 239 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.06 |
| HSL | 241.56º | 0.83% | 0.64% | - |
| HSV(B) | 241.56º | 0.64% | 0.94% | - |
| XYZ | 22.95 | 14.85 | 83.32 | - |
| YUV | 103.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 239 | 0.63 | 0.64 | 0 | 0.06 | 241.56 | 0.83 | 0.64 |
| Hex | 59 | 55 | EF | 3F | 40 | 0 | 6 | F2 | 53 | 40 |
| Octal | 131 | 125 | 357 | 77 | 100 | 0 | 6 | 362 | 123 | 100 |
| Binary | 1011001 | 1010101 | 11101111 | 111111 | 1000000 | 0 | 110 | 11110010 | 1010011 | 1000000 |
Color Harmonies of #5955EF
Complementary color
Monochromatic Colors of #5955EF
Black with #5955EF
Text Example
Text Example
White with #5955EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955EF; }
p { color: rgb(89,85,239); }
H1.HeaderClassName
{
color: #5955EF;
}
.AnyTagClassName
{
color: #5955EF;
}
</style>
background-color css
<style>
a { background-color: #5955EF; }
a { background-color: rgb(89,85,239); }
div.DivClassName
{
background-color: #5955EF;
}
.BgClassName
{
background-color: #5955EF;
}
</style>
border-color css
<style>
span { border-color: #5955EF; }
span { border-color: rgb(89,85,239); }
td.TdClassName
{
border-color: #5955EF;
}
.TagClassName
{
border-color: #5955EF;
}
</style>