Shades of Neon Blue #6240EE
Tints of Neon Blue #6240EE
RGB
CMYK
RGB Variations
Color information
#6240EE (or 0x6240EE) is known color: Neon Blue. HEX triplet: 62, 40 and EE. RGB value is (98,64,238). Sum of RGB (Red+Green+Blue) = 98+64+238=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #6240EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6240EE is #9DBF11. Grayscale: #5D5D5D. Windows color (decimal): -10338066 or 15614050. OLE color: 15614050.
HSL color Cylindrical-coordinate representation of color #6240EE: hue angle of 251.72º degrees, saturation: 0.84, 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 #6240EE is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 64 | 238 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.07 |
| HSL | 251.72º | 0.84% | 0.59% | - |
| HSV(B) | 251.72º | 0.73% | 0.93% | - |
| XYZ | 22.3 | 12.44 | 82.11 | - |
| YUV | 94 | 209.26 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 238 | 0.59 | 0.73 | 0 | 0.07 | 251.72 | 0.84 | 0.59 |
| Hex | 62 | 40 | EE | 3B | 49 | 0 | 7 | FC | 54 | 3B |
| Octal | 142 | 100 | 356 | 73 | 111 | 0 | 7 | 374 | 124 | 73 |
| Binary | 1100010 | 1000000 | 11101110 | 111011 | 1001001 | 0 | 111 | 11111100 | 1010100 | 111011 |
Color Harmonies of #6240EE
Complementary color
Monochromatic Colors of #6240EE
Black with #6240EE
Text Example
Text Example
White with #6240EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240EE; }
p { color: rgb(98,64,238); }
H1.HeaderClassName
{
color: #6240EE;
}
.AnyTagClassName
{
color: #6240EE;
}
</style>
background-color css
<style>
a { background-color: #6240EE; }
a { background-color: rgb(98,64,238); }
div.DivClassName
{
background-color: #6240EE;
}
.BgClassName
{
background-color: #6240EE;
}
</style>
border-color css
<style>
span { border-color: #6240EE; }
span { border-color: rgb(98,64,238); }
td.TdClassName
{
border-color: #6240EE;
}
.TagClassName
{
border-color: #6240EE;
}
</style>