Shades of Neon Blue #6249EF
Tints of Neon Blue #6249EF
RGB
CMYK
RGB Variations
Color information
#6249EF (or 0x6249EF) is known color: Neon Blue. HEX triplet: 62, 49 and EF. RGB value is (98,73,239). Sum of RGB (Red+Green+Blue) = 98+73+239=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #6249EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6249EF is #9DB610. Grayscale: #626262. Windows color (decimal): -10335761 or 15681890. OLE color: 15681890.
HSL color Cylindrical-coordinate representation of color #6249EF: hue angle of 249.04º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6249EF is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 73 | 239 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.06 |
| HSL | 249.04º | 0.84% | 0.61% | - |
| HSV(B) | 249.04º | 0.69% | 0.94% | - |
| XYZ | 23 | 13.59 | 83.07 | - |
| YUV | 99.4 | 206.78 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 239 | 0.59 | 0.69 | 0 | 0.06 | 249.04 | 0.84 | 0.61 |
| Hex | 62 | 49 | EF | 3B | 45 | 0 | 6 | F9 | 54 | 3D |
| Octal | 142 | 111 | 357 | 73 | 105 | 0 | 6 | 371 | 124 | 75 |
| Binary | 1100010 | 1001001 | 11101111 | 111011 | 1000101 | 0 | 110 | 11111001 | 1010100 | 111101 |
Color Harmonies of #6249EF
Complementary color
Monochromatic Colors of #6249EF
Black with #6249EF
Text Example
Text Example
White with #6249EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249EF; }
p { color: rgb(98,73,239); }
H1.HeaderClassName
{
color: #6249EF;
}
.AnyTagClassName
{
color: #6249EF;
}
</style>
background-color css
<style>
a { background-color: #6249EF; }
a { background-color: rgb(98,73,239); }
div.DivClassName
{
background-color: #6249EF;
}
.BgClassName
{
background-color: #6249EF;
}
</style>
border-color css
<style>
span { border-color: #6249EF; }
span { border-color: rgb(98,73,239); }
td.TdClassName
{
border-color: #6249EF;
}
.TagClassName
{
border-color: #6249EF;
}
</style>