Shades of Neon Blue #6039F0
Tints of Neon Blue #6039F0
RGB
CMYK
RGB Variations
Color information
#6039F0 (or 0x6039F0) is known color: Neon Blue. HEX triplet: 60, 39 and F0. RGB value is (96,57,240). Sum of RGB (Red+Green+Blue) = 96+57+240=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 240 (94.14% from 255 or 61.07% from 393); Max value from RGB is 240 - color contains mainly: blue. Hex color #6039F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6039F0 is #9FC60F. Grayscale: #585858. Windows color (decimal): -10470928 or 15743328. OLE color: 15743328.
HSL color Cylindrical-coordinate representation of color #6039F0: hue angle of 252.79º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6039F0 is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 57 | 240 | - |
| CMYK | 0.6 | 0.76 | 0 | 0.06 |
| HSL | 252.79º | 0.86% | 0.58% | - |
| HSV(B) | 252.79º | 0.76% | 0.94% | - |
| XYZ | 22.02 | 11.7 | 83.54 | - |
| YUV | 89.52 | 212.92 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 240 | 0.6 | 0.76 | 0 | 0.06 | 252.79 | 0.86 | 0.58 |
| Hex | 60 | 39 | F0 | 3C | 4C | 0 | 6 | FD | 56 | 3A |
| Octal | 140 | 71 | 360 | 74 | 114 | 0 | 6 | 375 | 126 | 72 |
| Binary | 1100000 | 111001 | 11110000 | 111100 | 1001100 | 0 | 110 | 11111101 | 1010110 | 111010 |
Color Harmonies of #6039F0
Complementary color
Monochromatic Colors of #6039F0
Black with #6039F0
Text Example
Text Example
White with #6039F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6039F0; }
p { color: rgb(96,57,240); }
H1.HeaderClassName
{
color: #6039F0;
}
.AnyTagClassName
{
color: #6039F0;
}
</style>
background-color css
<style>
a { background-color: #6039F0; }
a { background-color: rgb(96,57,240); }
div.DivClassName
{
background-color: #6039F0;
}
.BgClassName
{
background-color: #6039F0;
}
</style>
border-color css
<style>
span { border-color: #6039F0; }
span { border-color: rgb(96,57,240); }
td.TdClassName
{
border-color: #6039F0;
}
.TagClassName
{
border-color: #6039F0;
}
</style>