Shades of Neon Blue #6247EC
Tints of Neon Blue #6247EC
RGB
CMYK
RGB Variations
Color information
#6247EC (or 0x6247EC) is known color: Neon Blue. HEX triplet: 62, 47 and EC. RGB value is (98,71,236). Sum of RGB (Red+Green+Blue) = 98+71+236=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #6247EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6247EC is #9DB813. Grayscale: #616161. Windows color (decimal): -10336276 or 15484770. OLE color: 15484770.
HSL color Cylindrical-coordinate representation of color #6247EC: hue angle of 249.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6247EC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 71 | 236 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.07 |
| HSL | 249.82º | 0.81% | 0.6% | - |
| HSV(B) | 249.82º | 0.7% | 0.93% | - |
| XYZ | 22.43 | 13.16 | 80.71 | - |
| YUV | 97.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 236 | 0.58 | 0.70 | 0 | 0.07 | 249.82 | 0.81 | 0.6 |
| Hex | 62 | 47 | EC | 3A | 46 | 0 | 7 | FA | 51 | 3C |
| Octal | 142 | 107 | 354 | 72 | 106 | 0 | 7 | 372 | 121 | 74 |
| Binary | 1100010 | 1000111 | 11101100 | 111010 | 1000110 | 0 | 111 | 11111010 | 1010001 | 111100 |
Color Harmonies of #6247EC
Complementary color
Monochromatic Colors of #6247EC
Black with #6247EC
Text Example
Text Example
White with #6247EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6247EC; }
p { color: rgb(98,71,236); }
H1.HeaderClassName
{
color: #6247EC;
}
.AnyTagClassName
{
color: #6247EC;
}
</style>
background-color css
<style>
a { background-color: #6247EC; }
a { background-color: rgb(98,71,236); }
div.DivClassName
{
background-color: #6247EC;
}
.BgClassName
{
background-color: #6247EC;
}
</style>
border-color css
<style>
span { border-color: #6247EC; }
span { border-color: rgb(98,71,236); }
td.TdClassName
{
border-color: #6247EC;
}
.TagClassName
{
border-color: #6247EC;
}
</style>