Shades of Neon Blue #6040EF
Tints of Neon Blue #6040EF
RGB
CMYK
RGB Variations
Color information
#6040EF (or 0x6040EF) is known color: Neon Blue. HEX triplet: 60, 40 and EF. RGB value is (96,64,239). Sum of RGB (Red+Green+Blue) = 96+64+239=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #6040EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040EF is #9FBF10. Grayscale: #5C5C5C. Windows color (decimal): -10469137 or 15679584. OLE color: 15679584.
HSL color Cylindrical-coordinate representation of color #6040EF: hue angle of 250.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6040EF is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 64 | 239 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.06 |
| HSL | 250.97º | 0.85% | 0.59% | - |
| HSV(B) | 250.97º | 0.73% | 0.94% | - |
| XYZ | 22.24 | 12.39 | 82.88 | - |
| YUV | 93.52 | 210.1 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 239 | 0.60 | 0.73 | 0 | 0.06 | 250.97 | 0.85 | 0.59 |
| Hex | 60 | 40 | EF | 3C | 49 | 0 | 6 | FB | 55 | 3B |
| Octal | 140 | 100 | 357 | 74 | 111 | 0 | 6 | 373 | 125 | 73 |
| Binary | 1100000 | 1000000 | 11101111 | 111100 | 1001001 | 0 | 110 | 11111011 | 1010101 | 111011 |
Color Harmonies of #6040EF
Complementary color
Monochromatic Colors of #6040EF
Black with #6040EF
Text Example
Text Example
White with #6040EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6040EF; }
p { color: rgb(96,64,239); }
H1.HeaderClassName
{
color: #6040EF;
}
.AnyTagClassName
{
color: #6040EF;
}
</style>
background-color css
<style>
a { background-color: #6040EF; }
a { background-color: rgb(96,64,239); }
div.DivClassName
{
background-color: #6040EF;
}
.BgClassName
{
background-color: #6040EF;
}
</style>
border-color css
<style>
span { border-color: #6040EF; }
span { border-color: rgb(96,64,239); }
td.TdClassName
{
border-color: #6040EF;
}
.TagClassName
{
border-color: #6040EF;
}
</style>