Shades of Neon Blue #6248FF
Tints of Neon Blue #6248FF
RGB
CMYK
RGB Variations
Color information
#6248FF (or 0x6248FF) is known color: Neon Blue. HEX triplet: 62, 48 and FF. RGB value is (98,72,255). Sum of RGB (Red+Green+Blue) = 98+72+255=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #6248FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6248FF is #9DB700. Grayscale: #636363. Windows color (decimal): -10336001 or 16730210. OLE color: 16730210.
HSL color Cylindrical-coordinate representation of color #6248FF: hue angle of 248.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6248FF is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 72 | 255 | - |
| CMYK | 0.62 | 0.72 | 0 | 0 |
| HSL | 248.52º | 1% | 0.64% | - |
| HSV(B) | 248.52º | 0.72% | 1% | - |
| XYZ | 25.4 | 14.45 | 96.06 | - |
| YUV | 100.64 | 215.11 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 255 | 0.62 | 0.72 | 0 | 0 | 248.52 | 1 | 0.64 |
| Hex | 62 | 48 | FF | 3E | 48 | 0 | 0 | F9 | 64 | 40 |
| Octal | 142 | 110 | 377 | 76 | 110 | 0 | 0 | 371 | 144 | 100 |
| Binary | 1100010 | 1001000 | 11111111 | 111110 | 1001000 | 0 | 0 | 11111001 | 1100100 | 1000000 |
Color Harmonies of #6248FF
Complementary color
Monochromatic Colors of #6248FF
Black with #6248FF
Text Example
Text Example
White with #6248FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6248FF; }
p { color: rgb(98,72,255); }
H1.HeaderClassName
{
color: #6248FF;
}
.AnyTagClassName
{
color: #6248FF;
}
</style>
background-color css
<style>
a { background-color: #6248FF; }
a { background-color: rgb(98,72,255); }
div.DivClassName
{
background-color: #6248FF;
}
.BgClassName
{
background-color: #6248FF;
}
</style>
border-color css
<style>
span { border-color: #6248FF; }
span { border-color: rgb(98,72,255); }
td.TdClassName
{
border-color: #6248FF;
}
.TagClassName
{
border-color: #6248FF;
}
</style>