Shades of Neon Blue #3048FF
Tints of Neon Blue #3048FF
RGB
CMYK
RGB Variations
Color information
#3048FF (or 0x3048FF) is known color: Neon Blue. HEX triplet: 30, 48 and FF. RGB value is (48,72,255). Sum of RGB (Red+Green+Blue) = 48+72+255=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #3048FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3048FF is #CFB700. Grayscale: #545454. Windows color (decimal): -13612801 or 16730160. OLE color: 16730160.
HSL color Cylindrical-coordinate representation of color #3048FF: hue angle of 233.04º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3048FF is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 72 | 255 | - |
| CMYK | 0.81 | 0.72 | 0 | 0 |
| HSL | 233.04º | 1% | 0.59% | - |
| HSV(B) | 233.04º | 0.81% | 1% | - |
| XYZ | 21.59 | 12.48 | 95.88 | - |
| YUV | 85.69 | 223.55 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 255 | 0.81 | 0.72 | 0 | 0 | 233.04 | 1 | 0.59 |
| Hex | 30 | 48 | FF | 51 | 48 | 0 | 0 | E9 | 64 | 3B |
| Octal | 60 | 110 | 377 | 121 | 110 | 0 | 0 | 351 | 144 | 73 |
| Binary | 110000 | 1001000 | 11111111 | 1010001 | 1001000 | 0 | 0 | 11101001 | 1100100 | 111011 |
Color Harmonies of #3048FF
Complementary color
Monochromatic Colors of #3048FF
Black with #3048FF
Text Example
Text Example
White with #3048FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048FF; }
p { color: rgb(48,72,255); }
H1.HeaderClassName
{
color: #3048FF;
}
.AnyTagClassName
{
color: #3048FF;
}
</style>
background-color css
<style>
a { background-color: #3048FF; }
a { background-color: rgb(48,72,255); }
div.DivClassName
{
background-color: #3048FF;
}
.BgClassName
{
background-color: #3048FF;
}
</style>
border-color css
<style>
span { border-color: #3048FF; }
span { border-color: rgb(48,72,255); }
td.TdClassName
{
border-color: #3048FF;
}
.TagClassName
{
border-color: #3048FF;
}
</style>