Shades of Neon Blue #6146EE
Tints of Neon Blue #6146EE
RGB
CMYK
RGB Variations
Color information
#6146EE (or 0x6146EE) is known color: Neon Blue. HEX triplet: 61, 46 and EE. RGB value is (97,70,238). Sum of RGB (Red+Green+Blue) = 97+70+238=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #6146EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6146EE is #9EB911. Grayscale: #606060. Windows color (decimal): -10402066 or 15615585. OLE color: 15615585.
HSL color Cylindrical-coordinate representation of color #6146EE: hue angle of 249.64º 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 #6146EE is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 70 | 238 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.07 |
| HSL | 249.64º | 0.83% | 0.6% | - |
| HSV(B) | 249.64º | 0.71% | 0.93% | - |
| XYZ | 22.55 | 13.09 | 82.23 | - |
| YUV | 97.23 | 207.45 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 238 | 0.59 | 0.71 | 0 | 0.07 | 249.64 | 0.83 | 0.6 |
| Hex | 61 | 46 | EE | 3B | 47 | 0 | 7 | FA | 53 | 3C |
| Octal | 141 | 106 | 356 | 73 | 107 | 0 | 7 | 372 | 123 | 74 |
| Binary | 1100001 | 1000110 | 11101110 | 111011 | 1000111 | 0 | 111 | 11111010 | 1010011 | 111100 |
Color Harmonies of #6146EE
Complementary color
Monochromatic Colors of #6146EE
Black with #6146EE
Text Example
Text Example
White with #6146EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6146EE; }
p { color: rgb(97,70,238); }
H1.HeaderClassName
{
color: #6146EE;
}
.AnyTagClassName
{
color: #6146EE;
}
</style>
background-color css
<style>
a { background-color: #6146EE; }
a { background-color: rgb(97,70,238); }
div.DivClassName
{
background-color: #6146EE;
}
.BgClassName
{
background-color: #6146EE;
}
</style>
border-color css
<style>
span { border-color: #6146EE; }
span { border-color: rgb(97,70,238); }
td.TdClassName
{
border-color: #6146EE;
}
.TagClassName
{
border-color: #6146EE;
}
</style>