Shades of Neon Blue #6242EC
Tints of Neon Blue #6242EC
RGB
CMYK
RGB Variations
Color information
#6242EC (or 0x6242EC) is known color: Neon Blue. HEX triplet: 62, 42 and EC. RGB value is (98,66,236). Sum of RGB (Red+Green+Blue) = 98+66+236=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #6242EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6242EC is #9DBD13. Grayscale: #5E5E5E. Windows color (decimal): -10337556 or 15483490. OLE color: 15483490.
HSL color Cylindrical-coordinate representation of color #6242EC: hue angle of 251.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6242EC is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 66 | 236 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.07 |
| HSL | 251.29º | 0.82% | 0.59% | - |
| HSV(B) | 251.29º | 0.72% | 0.93% | - |
| XYZ | 22.13 | 12.55 | 80.61 | - |
| YUV | 94.95 | 207.6 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 236 | 0.58 | 0.72 | 0 | 0.07 | 251.29 | 0.82 | 0.59 |
| Hex | 62 | 42 | EC | 3A | 48 | 0 | 7 | FB | 52 | 3B |
| Octal | 142 | 102 | 354 | 72 | 110 | 0 | 7 | 373 | 122 | 73 |
| Binary | 1100010 | 1000010 | 11101100 | 111010 | 1001000 | 0 | 111 | 11111011 | 1010010 | 111011 |
Color Harmonies of #6242EC
Complementary color
Monochromatic Colors of #6242EC
Black with #6242EC
Text Example
Text Example
White with #6242EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6242EC; }
p { color: rgb(98,66,236); }
H1.HeaderClassName
{
color: #6242EC;
}
.AnyTagClassName
{
color: #6242EC;
}
</style>
background-color css
<style>
a { background-color: #6242EC; }
a { background-color: rgb(98,66,236); }
div.DivClassName
{
background-color: #6242EC;
}
.BgClassName
{
background-color: #6242EC;
}
</style>
border-color css
<style>
span { border-color: #6242EC; }
span { border-color: rgb(98,66,236); }
td.TdClassName
{
border-color: #6242EC;
}
.TagClassName
{
border-color: #6242EC;
}
</style>