Shades of Neon Blue #5955FF
Tints of Neon Blue #5955FF
RGB
CMYK
RGB Variations
Color information
#5955FF (or 0x5955FF) is known color: Neon Blue. HEX triplet: 59, 55 and FF. RGB value is (89,85,255). Sum of RGB (Red+Green+Blue) = 89+85+255=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #5955FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5955FF is #A6AA00. Grayscale: #686868. Windows color (decimal): -10922497 or 16733529. OLE color: 16733529.
HSL color Cylindrical-coordinate representation of color #5955FF: hue angle of 241.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5955FF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 85 | 255 | - |
| CMYK | 0.65 | 0.67 | 0 | 0 |
| HSL | 241.41º | 1% | 0.67% | - |
| HSV(B) | 241.41º | 0.67% | 1% | - |
| XYZ | 25.42 | 15.84 | 96.33 | - |
| YUV | 105.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 255 | 0.65 | 0.67 | 0 | 0 | 241.41 | 1 | 0.67 |
| Hex | 59 | 55 | FF | 41 | 43 | 0 | 0 | F1 | 64 | 43 |
| Octal | 131 | 125 | 377 | 101 | 103 | 0 | 0 | 361 | 144 | 103 |
| Binary | 1011001 | 1010101 | 11111111 | 1000001 | 1000011 | 0 | 0 | 11110001 | 1100100 | 1000011 |
Color Harmonies of #5955FF
Complementary color
Monochromatic Colors of #5955FF
Black with #5955FF
Text Example
Text Example
White with #5955FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955FF; }
p { color: rgb(89,85,255); }
H1.HeaderClassName
{
color: #5955FF;
}
.AnyTagClassName
{
color: #5955FF;
}
</style>
background-color css
<style>
a { background-color: #5955FF; }
a { background-color: rgb(89,85,255); }
div.DivClassName
{
background-color: #5955FF;
}
.BgClassName
{
background-color: #5955FF;
}
</style>
border-color css
<style>
span { border-color: #5955FF; }
span { border-color: rgb(89,85,255); }
td.TdClassName
{
border-color: #5955FF;
}
.TagClassName
{
border-color: #5955FF;
}
</style>