Shades of Neon Blue #6249EE
Tints of Neon Blue #6249EE
RGB
CMYK
RGB Variations
Color information
#6249EE (or 0x6249EE) is known color: Neon Blue. HEX triplet: 62, 49 and EE. RGB value is (98,73,238). Sum of RGB (Red+Green+Blue) = 98+73+238=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #6249EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6249EE is #9DB611. Grayscale: #626262. Windows color (decimal): -10335762 or 15616354. OLE color: 15616354.
HSL color Cylindrical-coordinate representation of color #6249EE: hue angle of 249.09º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6249EE is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 73 | 238 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.07 |
| HSL | 249.09º | 0.83% | 0.61% | - |
| HSV(B) | 249.09º | 0.69% | 0.93% | - |
| XYZ | 22.85 | 13.53 | 82.3 | - |
| YUV | 99.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 238 | 0.59 | 0.69 | 0 | 0.07 | 249.09 | 0.83 | 0.61 |
| Hex | 62 | 49 | EE | 3B | 45 | 0 | 7 | F9 | 53 | 3D |
| Octal | 142 | 111 | 356 | 73 | 105 | 0 | 7 | 371 | 123 | 75 |
| Binary | 1100010 | 1001001 | 11101110 | 111011 | 1000101 | 0 | 111 | 11111001 | 1010011 | 111101 |
Color Harmonies of #6249EE
Complementary color
Monochromatic Colors of #6249EE
Black with #6249EE
Text Example
Text Example
White with #6249EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249EE; }
p { color: rgb(98,73,238); }
H1.HeaderClassName
{
color: #6249EE;
}
.AnyTagClassName
{
color: #6249EE;
}
</style>
background-color css
<style>
a { background-color: #6249EE; }
a { background-color: rgb(98,73,238); }
div.DivClassName
{
background-color: #6249EE;
}
.BgClassName
{
background-color: #6249EE;
}
</style>
border-color css
<style>
span { border-color: #6249EE; }
span { border-color: rgb(98,73,238); }
td.TdClassName
{
border-color: #6249EE;
}
.TagClassName
{
border-color: #6249EE;
}
</style>