Shades of Neon Blue #5950FB
Tints of Neon Blue #5950FB
RGB
CMYK
RGB Variations
Color information
#5950FB (or 0x5950FB) is known color: Neon Blue. HEX triplet: 59, 50 and FB. RGB value is (89,80,251). Sum of RGB (Red+Green+Blue) = 89+80+251=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #5950FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5950FB is #A6AF04. Grayscale: #656565. Windows color (decimal): -10923781 or 16470105. OLE color: 16470105.
HSL color Cylindrical-coordinate representation of color #5950FB: hue angle of 243.16º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5950FB is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 80 | 251 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.02 |
| HSL | 243.16º | 0.96% | 0.65% | - |
| HSV(B) | 243.16º | 0.68% | 0.98% | - |
| XYZ | 24.4 | 14.83 | 92.84 | - |
| YUV | 102.19 | 211.98 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 251 | 0.65 | 0.68 | 0 | 0.02 | 243.16 | 0.96 | 0.65 |
| Hex | 59 | 50 | FB | 41 | 44 | 0 | 2 | F3 | 60 | 41 |
| Octal | 131 | 120 | 373 | 101 | 104 | 0 | 2 | 363 | 140 | 101 |
| Binary | 1011001 | 1010000 | 11111011 | 1000001 | 1000100 | 0 | 10 | 11110011 | 1100000 | 1000001 |
Color Harmonies of #5950FB
Complementary color
Monochromatic Colors of #5950FB
Black with #5950FB
Text Example
Text Example
White with #5950FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5950FB; }
p { color: rgb(89,80,251); }
H1.HeaderClassName
{
color: #5950FB;
}
.AnyTagClassName
{
color: #5950FB;
}
</style>
background-color css
<style>
a { background-color: #5950FB; }
a { background-color: rgb(89,80,251); }
div.DivClassName
{
background-color: #5950FB;
}
.BgClassName
{
background-color: #5950FB;
}
</style>
border-color css
<style>
span { border-color: #5950FB; }
span { border-color: rgb(89,80,251); }
td.TdClassName
{
border-color: #5950FB;
}
.TagClassName
{
border-color: #5950FB;
}
</style>