Shades of Neon Blue #6046EE
Tints of Neon Blue #6046EE
RGB
CMYK
RGB Variations
Color information
#6046EE (or 0x6046EE) is known color: Neon Blue. HEX triplet: 60, 46 and EE. RGB value is (96,70,238). Sum of RGB (Red+Green+Blue) = 96+70+238=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #6046EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6046EE is #9FB911. Grayscale: #606060. Windows color (decimal): -10467602 or 15615584. OLE color: 15615584.
HSL color Cylindrical-coordinate representation of color #6046EE: hue angle of 249.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6046EE is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 70 | 238 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.07 |
| HSL | 249.29º | 0.83% | 0.6% | - |
| HSV(B) | 249.29º | 0.71% | 0.93% | - |
| XYZ | 22.45 | 13.04 | 82.22 | - |
| YUV | 96.93 | 207.61 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 238 | 0.60 | 0.71 | 0 | 0.07 | 249.29 | 0.83 | 0.6 |
| Hex | 60 | 46 | EE | 3C | 47 | 0 | 7 | F9 | 53 | 3C |
| Octal | 140 | 106 | 356 | 74 | 107 | 0 | 7 | 371 | 123 | 74 |
| Binary | 1100000 | 1000110 | 11101110 | 111100 | 1000111 | 0 | 111 | 11111001 | 1010011 | 111100 |
Color Harmonies of #6046EE
Complementary color
Monochromatic Colors of #6046EE
Black with #6046EE
Text Example
Text Example
White with #6046EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6046EE; }
p { color: rgb(96,70,238); }
H1.HeaderClassName
{
color: #6046EE;
}
.AnyTagClassName
{
color: #6046EE;
}
</style>
background-color css
<style>
a { background-color: #6046EE; }
a { background-color: rgb(96,70,238); }
div.DivClassName
{
background-color: #6046EE;
}
.BgClassName
{
background-color: #6046EE;
}
</style>
border-color css
<style>
span { border-color: #6046EE; }
span { border-color: rgb(96,70,238); }
td.TdClassName
{
border-color: #6046EE;
}
.TagClassName
{
border-color: #6046EE;
}
</style>