Shades of Neon Blue #6040EB
Tints of Neon Blue #6040EB
RGB
CMYK
RGB Variations
Color information
#6040EB (or 0x6040EB) is known color: Neon Blue. HEX triplet: 60, 40 and EB. RGB value is (96,64,235). Sum of RGB (Red+Green+Blue) = 96+64+235=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #6040EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040EB is #9FBF14. Grayscale: #5C5C5C. Windows color (decimal): -10469141 or 15417440. OLE color: 15417440.
HSL color Cylindrical-coordinate representation of color #6040EB: hue angle of 251.23º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6040EB is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 64 | 235 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.08 |
| HSL | 251.23º | 0.81% | 0.59% | - |
| HSV(B) | 251.23º | 0.73% | 0.92% | - |
| XYZ | 21.65 | 12.15 | 79.8 | - |
| YUV | 93.06 | 208.1 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 235 | 0.59 | 0.73 | 0 | 0.08 | 251.23 | 0.81 | 0.59 |
| Hex | 60 | 40 | EB | 3B | 49 | 0 | 8 | FB | 51 | 3B |
| Octal | 140 | 100 | 353 | 73 | 111 | 0 | 10 | 373 | 121 | 73 |
| Binary | 1100000 | 1000000 | 11101011 | 111011 | 1001001 | 0 | 1000 | 11111011 | 1010001 | 111011 |
Color Harmonies of #6040EB
Complementary color
Monochromatic Colors of #6040EB
Black with #6040EB
Text Example
Text Example
White with #6040EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6040EB; }
p { color: rgb(96,64,235); }
H1.HeaderClassName
{
color: #6040EB;
}
.AnyTagClassName
{
color: #6040EB;
}
</style>
background-color css
<style>
a { background-color: #6040EB; }
a { background-color: rgb(96,64,235); }
div.DivClassName
{
background-color: #6040EB;
}
.BgClassName
{
background-color: #6040EB;
}
</style>
border-color css
<style>
span { border-color: #6040EB; }
span { border-color: rgb(96,64,235); }
td.TdClassName
{
border-color: #6040EB;
}
.TagClassName
{
border-color: #6040EB;
}
</style>