Shades of Neon Blue #5940FB
Tints of Neon Blue #5940FB
RGB
CMYK
RGB Variations
Color information
#5940FB (or 0x5940FB) is known color: Neon Blue. HEX triplet: 59, 40 and FB. RGB value is (89,64,251). Sum of RGB (Red+Green+Blue) = 89+64+251=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #5940FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5940FB is #A6BF04. Grayscale: #5C5C5C. Windows color (decimal): -10927877 or 16466009. OLE color: 16466009.
HSL color Cylindrical-coordinate representation of color #5940FB: hue angle of 248.02º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5940FB is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 64 | 251 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.02 |
| HSL | 248.02º | 0.96% | 0.62% | - |
| HSV(B) | 248.02º | 0.75% | 0.98% | - |
| XYZ | 23.37 | 12.76 | 92.5 | - |
| YUV | 92.79 | 217.28 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 251 | 0.65 | 0.75 | 0 | 0.02 | 248.02 | 0.96 | 0.62 |
| Hex | 59 | 40 | FB | 41 | 4B | 0 | 2 | F8 | 60 | 3E |
| Octal | 131 | 100 | 373 | 101 | 113 | 0 | 2 | 370 | 140 | 76 |
| Binary | 1011001 | 1000000 | 11111011 | 1000001 | 1001011 | 0 | 10 | 11111000 | 1100000 | 111110 |
Color Harmonies of #5940FB
Complementary color
Monochromatic Colors of #5940FB
Black with #5940FB
Text Example
Text Example
White with #5940FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940FB; }
p { color: rgb(89,64,251); }
H1.HeaderClassName
{
color: #5940FB;
}
.AnyTagClassName
{
color: #5940FB;
}
</style>
background-color css
<style>
a { background-color: #5940FB; }
a { background-color: rgb(89,64,251); }
div.DivClassName
{
background-color: #5940FB;
}
.BgClassName
{
background-color: #5940FB;
}
</style>
border-color css
<style>
span { border-color: #5940FB; }
span { border-color: rgb(89,64,251); }
td.TdClassName
{
border-color: #5940FB;
}
.TagClassName
{
border-color: #5940FB;
}
</style>