Shades of Neon Blue #6246FF
Tints of Neon Blue #6246FF
RGB
CMYK
RGB Variations
Color information
#6246FF (or 0x6246FF) is known color: Neon Blue. HEX triplet: 62, 46 and FF. RGB value is (98,70,255). Sum of RGB (Red+Green+Blue) = 98+70+255=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #6246FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6246FF is #9DB900. Grayscale: #626262. Windows color (decimal): -10336513 or 16729698. OLE color: 16729698.
HSL color Cylindrical-coordinate representation of color #6246FF: hue angle of 249.08º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6246FF is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 70 | 255 | - |
| CMYK | 0.62 | 0.73 | 0 | 0 |
| HSL | 249.08º | 1% | 0.64% | - |
| HSV(B) | 249.08º | 0.73% | 1% | - |
| XYZ | 25.28 | 14.2 | 96.02 | - |
| YUV | 99.46 | 215.78 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 255 | 0.62 | 0.73 | 0 | 0 | 249.08 | 1 | 0.64 |
| Hex | 62 | 46 | FF | 3E | 49 | 0 | 0 | F9 | 64 | 40 |
| Octal | 142 | 106 | 377 | 76 | 111 | 0 | 0 | 371 | 144 | 100 |
| Binary | 1100010 | 1000110 | 11111111 | 111110 | 1001001 | 0 | 0 | 11111001 | 1100100 | 1000000 |
Color Harmonies of #6246FF
Complementary color
Monochromatic Colors of #6246FF
Black with #6246FF
Text Example
Text Example
White with #6246FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6246FF; }
p { color: rgb(98,70,255); }
H1.HeaderClassName
{
color: #6246FF;
}
.AnyTagClassName
{
color: #6246FF;
}
</style>
background-color css
<style>
a { background-color: #6246FF; }
a { background-color: rgb(98,70,255); }
div.DivClassName
{
background-color: #6246FF;
}
.BgClassName
{
background-color: #6246FF;
}
</style>
border-color css
<style>
span { border-color: #6246FF; }
span { border-color: rgb(98,70,255); }
td.TdClassName
{
border-color: #6246FF;
}
.TagClassName
{
border-color: #6246FF;
}
</style>