Shades of Neon Blue #6040EC
Tints of Neon Blue #6040EC
RGB
CMYK
RGB Variations
Color information
#6040EC (or 0x6040EC) is known color: Neon Blue. HEX triplet: 60, 40 and EC. RGB value is (96,64,236). Sum of RGB (Red+Green+Blue) = 96+64+236=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #6040EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040EC is #9FBF13. Grayscale: #5C5C5C. Windows color (decimal): -10469140 or 15482976. OLE color: 15482976.
HSL color Cylindrical-coordinate representation of color #6040EC: hue angle of 251.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6040EC is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 64 | 236 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.07 |
| HSL | 251.16º | 0.82% | 0.59% | - |
| HSV(B) | 251.16º | 0.73% | 0.93% | - |
| XYZ | 21.8 | 12.21 | 80.56 | - |
| YUV | 93.18 | 208.6 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 236 | 0.59 | 0.73 | 0 | 0.07 | 251.16 | 0.82 | 0.59 |
| Hex | 60 | 40 | EC | 3B | 49 | 0 | 7 | FB | 52 | 3B |
| Octal | 140 | 100 | 354 | 73 | 111 | 0 | 7 | 373 | 122 | 73 |
| Binary | 1100000 | 1000000 | 11101100 | 111011 | 1001001 | 0 | 111 | 11111011 | 1010010 | 111011 |
Color Harmonies of #6040EC
Complementary color
Monochromatic Colors of #6040EC
Black with #6040EC
Text Example
Text Example
White with #6040EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6040EC; }
p { color: rgb(96,64,236); }
H1.HeaderClassName
{
color: #6040EC;
}
.AnyTagClassName
{
color: #6040EC;
}
</style>
background-color css
<style>
a { background-color: #6040EC; }
a { background-color: rgb(96,64,236); }
div.DivClassName
{
background-color: #6040EC;
}
.BgClassName
{
background-color: #6040EC;
}
</style>
border-color css
<style>
span { border-color: #6040EC; }
span { border-color: rgb(96,64,236); }
td.TdClassName
{
border-color: #6040EC;
}
.TagClassName
{
border-color: #6040EC;
}
</style>