Shades of Neon Blue #6240EC
Tints of Neon Blue #6240EC
RGB
CMYK
RGB Variations
Color information
#6240EC (or 0x6240EC) is known color: Neon Blue. HEX triplet: 62, 40 and EC. RGB value is (98,64,236). Sum of RGB (Red+Green+Blue) = 98+64+236=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #6240EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6240EC is #9DBF13. Grayscale: #5D5D5D. Windows color (decimal): -10338068 or 15482978. OLE color: 15482978.
HSL color Cylindrical-coordinate representation of color #6240EC: hue angle of 251.86º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6240EC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 64 | 236 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.07 |
| HSL | 251.86º | 0.82% | 0.59% | - |
| HSV(B) | 251.86º | 0.73% | 0.93% | - |
| XYZ | 22.01 | 12.32 | 80.57 | - |
| YUV | 93.77 | 208.26 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 236 | 0.58 | 0.73 | 0 | 0.07 | 251.86 | 0.82 | 0.59 |
| Hex | 62 | 40 | EC | 3A | 49 | 0 | 7 | FC | 52 | 3B |
| Octal | 142 | 100 | 354 | 72 | 111 | 0 | 7 | 374 | 122 | 73 |
| Binary | 1100010 | 1000000 | 11101100 | 111010 | 1001001 | 0 | 111 | 11111100 | 1010010 | 111011 |
Color Harmonies of #6240EC
Complementary color
Monochromatic Colors of #6240EC
Black with #6240EC
Text Example
Text Example
White with #6240EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240EC; }
p { color: rgb(98,64,236); }
H1.HeaderClassName
{
color: #6240EC;
}
.AnyTagClassName
{
color: #6240EC;
}
</style>
background-color css
<style>
a { background-color: #6240EC; }
a { background-color: rgb(98,64,236); }
div.DivClassName
{
background-color: #6240EC;
}
.BgClassName
{
background-color: #6240EC;
}
</style>
border-color css
<style>
span { border-color: #6240EC; }
span { border-color: rgb(98,64,236); }
td.TdClassName
{
border-color: #6240EC;
}
.TagClassName
{
border-color: #6240EC;
}
</style>