Shades of Neon Blue #6040FF
Tints of Neon Blue #6040FF
RGB
CMYK
RGB Variations
Color information
#6040FF (or 0x6040FF) is known color: Neon Blue. HEX triplet: 60, 40 and FF. RGB value is (96,64,255). Sum of RGB (Red+Green+Blue) = 96+64+255=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #6040FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040FF is #9FBF00. Grayscale: #5E5E5E. Windows color (decimal): -10469121 or 16728160. OLE color: 16728160.
HSL color Cylindrical-coordinate representation of color #6040FF: hue angle of 250.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6040FF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 64 | 255 | - |
| CMYK | 0.62 | 0.75 | 0 | 0 |
| HSL | 250.05º | 1% | 0.63% | - |
| HSV(B) | 250.05º | 0.75% | 1% | - |
| XYZ | 24.71 | 13.37 | 95.89 | - |
| YUV | 95.34 | 218.1 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 255 | 0.62 | 0.75 | 0 | 0 | 250.05 | 1 | 0.63 |
| Hex | 60 | 40 | FF | 3E | 4B | 0 | 0 | FA | 64 | 3F |
| Octal | 140 | 100 | 377 | 76 | 113 | 0 | 0 | 372 | 144 | 77 |
| Binary | 1100000 | 1000000 | 11111111 | 111110 | 1001011 | 0 | 0 | 11111010 | 1100100 | 111111 |
Color Harmonies of #6040FF
Complementary color
Monochromatic Colors of #6040FF
Black with #6040FF
Text Example
Text Example
White with #6040FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6040FF; }
p { color: rgb(96,64,255); }
H1.HeaderClassName
{
color: #6040FF;
}
.AnyTagClassName
{
color: #6040FF;
}
</style>
background-color css
<style>
a { background-color: #6040FF; }
a { background-color: rgb(96,64,255); }
div.DivClassName
{
background-color: #6040FF;
}
.BgClassName
{
background-color: #6040FF;
}
</style>
border-color css
<style>
span { border-color: #6040FF; }
span { border-color: rgb(96,64,255); }
td.TdClassName
{
border-color: #6040FF;
}
.TagClassName
{
border-color: #6040FF;
}
</style>