Shades of Neon Blue #6041FF
Tints of Neon Blue #6041FF
RGB
CMYK
RGB Variations
Color information
#6041FF (or 0x6041FF) is known color: Neon Blue. HEX triplet: 60, 41 and FF. RGB value is (96,65,255). Sum of RGB (Red+Green+Blue) = 96+65+255=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #6041FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6041FF is #9FBE00. Grayscale: #5F5F5F. Windows color (decimal): -10468865 or 16728416. OLE color: 16728416.
HSL color Cylindrical-coordinate representation of color #6041FF: hue angle of 249.79º 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 #6041FF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 65 | 255 | - |
| CMYK | 0.62 | 0.75 | 0 | 0 |
| HSL | 249.79º | 1% | 0.63% | - |
| HSV(B) | 249.79º | 0.75% | 1% | - |
| XYZ | 24.76 | 13.49 | 95.91 | - |
| YUV | 95.93 | 217.77 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 255 | 0.62 | 0.75 | 0 | 0 | 249.79 | 1 | 0.63 |
| Hex | 60 | 41 | FF | 3E | 4B | 0 | 0 | FA | 64 | 3F |
| Octal | 140 | 101 | 377 | 76 | 113 | 0 | 0 | 372 | 144 | 77 |
| Binary | 1100000 | 1000001 | 11111111 | 111110 | 1001011 | 0 | 0 | 11111010 | 1100100 | 111111 |
Color Harmonies of #6041FF
Complementary color
Monochromatic Colors of #6041FF
Black with #6041FF
Text Example
Text Example
White with #6041FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041FF; }
p { color: rgb(96,65,255); }
H1.HeaderClassName
{
color: #6041FF;
}
.AnyTagClassName
{
color: #6041FF;
}
</style>
background-color css
<style>
a { background-color: #6041FF; }
a { background-color: rgb(96,65,255); }
div.DivClassName
{
background-color: #6041FF;
}
.BgClassName
{
background-color: #6041FF;
}
</style>
border-color css
<style>
span { border-color: #6041FF; }
span { border-color: rgb(96,65,255); }
td.TdClassName
{
border-color: #6041FF;
}
.TagClassName
{
border-color: #6041FF;
}
</style>