Shades of Neon Blue #6039F5
Tints of Neon Blue #6039F5
RGB
CMYK
RGB Variations
Color information
#6039F5 (or 0x6039F5) is known color: Neon Blue. HEX triplet: 60, 39 and F5. RGB value is (96,57,245). Sum of RGB (Red+Green+Blue) = 96+57+245=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 245 (96.09% from 255 or 61.56% from 398); Max value from RGB is 245 - color contains mainly: blue. Hex color #6039F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6039F5 is #9FC60A. Grayscale: #595959. Windows color (decimal): -10470923 or 16071008. OLE color: 16071008.
HSL color Cylindrical-coordinate representation of color #6039F5: hue angle of 252.45º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6039F5 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 57 | 245 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.04 |
| HSL | 252.45º | 0.9% | 0.59% | - |
| HSV(B) | 252.45º | 0.77% | 0.96% | - |
| XYZ | 22.77 | 12.01 | 87.5 | - |
| YUV | 90.09 | 215.42 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 245 | 0.61 | 0.77 | 0 | 0.04 | 252.45 | 0.9 | 0.59 |
| Hex | 60 | 39 | F5 | 3D | 4D | 0 | 4 | FC | 5A | 3B |
| Octal | 140 | 71 | 365 | 75 | 115 | 0 | 4 | 374 | 132 | 73 |
| Binary | 1100000 | 111001 | 11110101 | 111101 | 1001101 | 0 | 100 | 11111100 | 1011010 | 111011 |
Color Harmonies of #6039F5
Complementary color
Monochromatic Colors of #6039F5
Black with #6039F5
Text Example
Text Example
White with #6039F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6039F5; }
p { color: rgb(96,57,245); }
H1.HeaderClassName
{
color: #6039F5;
}
.AnyTagClassName
{
color: #6039F5;
}
</style>
background-color css
<style>
a { background-color: #6039F5; }
a { background-color: rgb(96,57,245); }
div.DivClassName
{
background-color: #6039F5;
}
.BgClassName
{
background-color: #6039F5;
}
</style>
border-color css
<style>
span { border-color: #6039F5; }
span { border-color: rgb(96,57,245); }
td.TdClassName
{
border-color: #6039F5;
}
.TagClassName
{
border-color: #6039F5;
}
</style>