Shades of Neon Blue #3048F1
Tints of Neon Blue #3048F1
RGB
CMYK
RGB Variations
Color information
#3048F1 (or 0x3048F1) is known color: Neon Blue. HEX triplet: 30, 48 and F1. RGB value is (48,72,241). Sum of RGB (Red+Green+Blue) = 48+72+241=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #3048F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3048F1 is #CFB70E. Grayscale: #535353. Windows color (decimal): -13612815 or 15812656. OLE color: 15812656.
HSL color Cylindrical-coordinate representation of color #3048F1: hue angle of 232.54º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3048F1 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 72 | 241 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.05 |
| HSL | 232.54º | 0.87% | 0.57% | - |
| HSV(B) | 232.54º | 0.8% | 0.95% | - |
| XYZ | 19.41 | 11.61 | 84.44 | - |
| YUV | 84.09 | 216.55 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 241 | 0.80 | 0.70 | 0 | 0.05 | 232.54 | 0.87 | 0.57 |
| Hex | 30 | 48 | F1 | 50 | 46 | 0 | 5 | E9 | 57 | 39 |
| Octal | 60 | 110 | 361 | 120 | 106 | 0 | 5 | 351 | 127 | 71 |
| Binary | 110000 | 1001000 | 11110001 | 1010000 | 1000110 | 0 | 101 | 11101001 | 1010111 | 111001 |
Color Harmonies of #3048F1
Complementary color
Monochromatic Colors of #3048F1
Black with #3048F1
Text Example
Text Example
White with #3048F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048F1; }
p { color: rgb(48,72,241); }
H1.HeaderClassName
{
color: #3048F1;
}
.AnyTagClassName
{
color: #3048F1;
}
</style>
background-color css
<style>
a { background-color: #3048F1; }
a { background-color: rgb(48,72,241); }
div.DivClassName
{
background-color: #3048F1;
}
.BgClassName
{
background-color: #3048F1;
}
</style>
border-color css
<style>
span { border-color: #3048F1; }
span { border-color: rgb(48,72,241); }
td.TdClassName
{
border-color: #3048F1;
}
.TagClassName
{
border-color: #3048F1;
}
</style>