Shades of Neon Blue #6248FE
Tints of Neon Blue #6248FE
RGB
CMYK
RGB Variations
Color information
#6248FE (or 0x6248FE) is known color: Neon Blue. HEX triplet: 62, 48 and FE. RGB value is (98,72,254). Sum of RGB (Red+Green+Blue) = 98+72+254=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #6248FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6248FE is #9DB701. Grayscale: #636363. Windows color (decimal): -10336002 or 16664674. OLE color: 16664674.
HSL color Cylindrical-coordinate representation of color #6248FE: hue angle of 248.57º 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 #6248FE is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 72 | 254 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.00 |
| HSL | 248.57º | 0.99% | 0.64% | - |
| HSV(B) | 248.57º | 0.72% | 1% | - |
| XYZ | 25.24 | 14.39 | 95.21 | - |
| YUV | 100.52 | 214.61 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 254 | 0.61 | 0.72 | 0 | 0.00 | 248.57 | 0.99 | 0.64 |
| Hex | 62 | 48 | FE | 3D | 48 | 0 | 0 | F9 | 63 | 40 |
| Octal | 142 | 110 | 376 | 75 | 110 | 0 | 0 | 371 | 143 | 100 |
| Binary | 1100010 | 1001000 | 11111110 | 111101 | 1001000 | 0 | 0 | 11111001 | 1100011 | 1000000 |
Color Harmonies of #6248FE
Complementary color
Monochromatic Colors of #6248FE
Black with #6248FE
Text Example
Text Example
White with #6248FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6248FE; }
p { color: rgb(98,72,254); }
H1.HeaderClassName
{
color: #6248FE;
}
.AnyTagClassName
{
color: #6248FE;
}
</style>
background-color css
<style>
a { background-color: #6248FE; }
a { background-color: rgb(98,72,254); }
div.DivClassName
{
background-color: #6248FE;
}
.BgClassName
{
background-color: #6248FE;
}
</style>
border-color css
<style>
span { border-color: #6248FE; }
span { border-color: rgb(98,72,254); }
td.TdClassName
{
border-color: #6248FE;
}
.TagClassName
{
border-color: #6248FE;
}
</style>