Shades of Neon Blue #6246FE
Tints of Neon Blue #6246FE
RGB
CMYK
RGB Variations
Color information
#6246FE (or 0x6246FE) is known color: Neon Blue. HEX triplet: 62, 46 and FE. RGB value is (98,70,254). Sum of RGB (Red+Green+Blue) = 98+70+254=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #6246FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6246FE is #9DB901. Grayscale: #626262. Windows color (decimal): -10336514 or 16664162. OLE color: 16664162.
HSL color Cylindrical-coordinate representation of color #6246FE: hue angle of 249.13º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6246FE is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 70 | 254 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.00 |
| HSL | 249.13º | 0.99% | 0.64% | - |
| HSV(B) | 249.13º | 0.72% | 1% | - |
| XYZ | 25.12 | 14.13 | 95.17 | - |
| YUV | 99.35 | 215.28 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 254 | 0.61 | 0.72 | 0 | 0.00 | 249.13 | 0.99 | 0.64 |
| Hex | 62 | 46 | FE | 3D | 48 | 0 | 0 | F9 | 63 | 40 |
| Octal | 142 | 106 | 376 | 75 | 110 | 0 | 0 | 371 | 143 | 100 |
| Binary | 1100010 | 1000110 | 11111110 | 111101 | 1001000 | 0 | 0 | 11111001 | 1100011 | 1000000 |
Color Harmonies of #6246FE
Complementary color
Monochromatic Colors of #6246FE
Black with #6246FE
Text Example
Text Example
White with #6246FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6246FE; }
p { color: rgb(98,70,254); }
H1.HeaderClassName
{
color: #6246FE;
}
.AnyTagClassName
{
color: #6246FE;
}
</style>
background-color css
<style>
a { background-color: #6246FE; }
a { background-color: rgb(98,70,254); }
div.DivClassName
{
background-color: #6246FE;
}
.BgClassName
{
background-color: #6246FE;
}
</style>
border-color css
<style>
span { border-color: #6246FE; }
span { border-color: rgb(98,70,254); }
td.TdClassName
{
border-color: #6246FE;
}
.TagClassName
{
border-color: #6246FE;
}
</style>