Shades of Neon Blue #6041F0
Tints of Neon Blue #6041F0
RGB
CMYK
RGB Variations
Color information
#6041F0 (or 0x6041F0) is known color: Neon Blue. HEX triplet: 60, 41 and F0. RGB value is (96,65,240). Sum of RGB (Red+Green+Blue) = 96+65+240=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #6041F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6041F0 is #9FBE0F. Grayscale: #5D5D5D. Windows color (decimal): -10468880 or 15745376. OLE color: 15745376.
HSL color Cylindrical-coordinate representation of color #6041F0: hue angle of 250.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6041F0 is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 65 | 240 | - |
| CMYK | 0.6 | 0.73 | 0 | 0.06 |
| HSL | 250.63º | 0.85% | 0.6% | - |
| HSV(B) | 250.63º | 0.73% | 0.94% | - |
| XYZ | 22.44 | 12.56 | 83.68 | - |
| YUV | 94.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 240 | 0.6 | 0.73 | 0 | 0.06 | 250.63 | 0.85 | 0.6 |
| Hex | 60 | 41 | F0 | 3C | 49 | 0 | 6 | FB | 55 | 3C |
| Octal | 140 | 101 | 360 | 74 | 111 | 0 | 6 | 373 | 125 | 74 |
| Binary | 1100000 | 1000001 | 11110000 | 111100 | 1001001 | 0 | 110 | 11111011 | 1010101 | 111100 |
Color Harmonies of #6041F0
Complementary color
Monochromatic Colors of #6041F0
Black with #6041F0
Text Example
Text Example
White with #6041F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041F0; }
p { color: rgb(96,65,240); }
H1.HeaderClassName
{
color: #6041F0;
}
.AnyTagClassName
{
color: #6041F0;
}
</style>
background-color css
<style>
a { background-color: #6041F0; }
a { background-color: rgb(96,65,240); }
div.DivClassName
{
background-color: #6041F0;
}
.BgClassName
{
background-color: #6041F0;
}
</style>
border-color css
<style>
span { border-color: #6041F0; }
span { border-color: rgb(96,65,240); }
td.TdClassName
{
border-color: #6041F0;
}
.TagClassName
{
border-color: #6041F0;
}
</style>