Shades of Neon Blue #6048FE
Tints of Neon Blue #6048FE
RGB
CMYK
RGB Variations
Color information
#6048FE (or 0x6048FE) is known color: Neon Blue. HEX triplet: 60, 48 and FE. RGB value is (96,72,254). Sum of RGB (Red+Green+Blue) = 96+72+254=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 72 (28.52% from 255 or 17.06% 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 #6048FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6048FE is #9FB701. Grayscale: #636363. Windows color (decimal): -10467074 or 16664672. OLE color: 16664672.
HSL color Cylindrical-coordinate representation of color #6048FE: hue angle of 247.91º 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 #6048FE is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 72 | 254 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.00 |
| HSL | 247.91º | 0.99% | 0.64% | - |
| HSV(B) | 247.91º | 0.72% | 1% | - |
| XYZ | 25.03 | 14.28 | 95.2 | - |
| YUV | 99.92 | 214.95 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 254 | 0.62 | 0.72 | 0 | 0.00 | 247.91 | 0.99 | 0.64 |
| Hex | 60 | 48 | FE | 3E | 48 | 0 | 0 | F8 | 63 | 40 |
| Octal | 140 | 110 | 376 | 76 | 110 | 0 | 0 | 370 | 143 | 100 |
| Binary | 1100000 | 1001000 | 11111110 | 111110 | 1001000 | 0 | 0 | 11111000 | 1100011 | 1000000 |
Color Harmonies of #6048FE
Complementary color
Monochromatic Colors of #6048FE
Black with #6048FE
Text Example
Text Example
White with #6048FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6048FE; }
p { color: rgb(96,72,254); }
H1.HeaderClassName
{
color: #6048FE;
}
.AnyTagClassName
{
color: #6048FE;
}
</style>
background-color css
<style>
a { background-color: #6048FE; }
a { background-color: rgb(96,72,254); }
div.DivClassName
{
background-color: #6048FE;
}
.BgClassName
{
background-color: #6048FE;
}
</style>
border-color css
<style>
span { border-color: #6048FE; }
span { border-color: rgb(96,72,254); }
td.TdClassName
{
border-color: #6048FE;
}
.TagClassName
{
border-color: #6048FE;
}
</style>