Shades of Neon Blue #6247EE
Tints of Neon Blue #6247EE
RGB
CMYK
RGB Variations
Color information
#6247EE (or 0x6247EE) is known color: Neon Blue. HEX triplet: 62, 47 and EE. RGB value is (98,71,238). Sum of RGB (Red+Green+Blue) = 98+71+238=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #6247EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6247EE is #9DB811. Grayscale: #616161. Windows color (decimal): -10336274 or 15615842. OLE color: 15615842.
HSL color Cylindrical-coordinate representation of color #6247EE: hue angle of 249.7º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6247EE is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 71 | 238 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.07 |
| HSL | 249.7º | 0.83% | 0.61% | - |
| HSV(B) | 249.7º | 0.7% | 0.93% | - |
| XYZ | 22.72 | 13.28 | 82.25 | - |
| YUV | 98.11 | 206.95 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 238 | 0.59 | 0.70 | 0 | 0.07 | 249.7 | 0.83 | 0.61 |
| Hex | 62 | 47 | EE | 3B | 46 | 0 | 7 | FA | 53 | 3D |
| Octal | 142 | 107 | 356 | 73 | 106 | 0 | 7 | 372 | 123 | 75 |
| Binary | 1100010 | 1000111 | 11101110 | 111011 | 1000110 | 0 | 111 | 11111010 | 1010011 | 111101 |
Color Harmonies of #6247EE
Complementary color
Monochromatic Colors of #6247EE
Black with #6247EE
Text Example
Text Example
White with #6247EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6247EE; }
p { color: rgb(98,71,238); }
H1.HeaderClassName
{
color: #6247EE;
}
.AnyTagClassName
{
color: #6247EE;
}
</style>
background-color css
<style>
a { background-color: #6247EE; }
a { background-color: rgb(98,71,238); }
div.DivClassName
{
background-color: #6247EE;
}
.BgClassName
{
background-color: #6247EE;
}
</style>
border-color css
<style>
span { border-color: #6247EE; }
span { border-color: rgb(98,71,238); }
td.TdClassName
{
border-color: #6247EE;
}
.TagClassName
{
border-color: #6247EE;
}
</style>