Shades of Neon Blue #3046EE
Tints of Neon Blue #3046EE
RGB
CMYK
RGB Variations
Color information
#3046EE (or 0x3046EE) is known color: Neon Blue. HEX triplet: 30, 46 and EE. RGB value is (48,70,238). Sum of RGB (Red+Green+Blue) = 48+70+238=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #3046EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3046EE is #CFB911. Grayscale: #515151. Windows color (decimal): -13613330 or 15615536. OLE color: 15615536.
HSL color Cylindrical-coordinate representation of color #3046EE: hue angle of 233.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3046EE is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 70 | 238 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.07 |
| HSL | 233.05º | 0.85% | 0.56% | - |
| HSV(B) | 233.05º | 0.8% | 0.93% | - |
| XYZ | 18.84 | 11.18 | 82.05 | - |
| YUV | 82.57 | 215.71 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 238 | 0.80 | 0.71 | 0 | 0.07 | 233.05 | 0.85 | 0.56 |
| Hex | 30 | 46 | EE | 50 | 47 | 0 | 7 | E9 | 55 | 38 |
| Octal | 60 | 106 | 356 | 120 | 107 | 0 | 7 | 351 | 125 | 70 |
| Binary | 110000 | 1000110 | 11101110 | 1010000 | 1000111 | 0 | 111 | 11101001 | 1010101 | 111000 |
Color Harmonies of #3046EE
Complementary color
Monochromatic Colors of #3046EE
Black with #3046EE
Text Example
Text Example
White with #3046EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046EE; }
p { color: rgb(48,70,238); }
H1.HeaderClassName
{
color: #3046EE;
}
.AnyTagClassName
{
color: #3046EE;
}
</style>
background-color css
<style>
a { background-color: #3046EE; }
a { background-color: rgb(48,70,238); }
div.DivClassName
{
background-color: #3046EE;
}
.BgClassName
{
background-color: #3046EE;
}
</style>
border-color css
<style>
span { border-color: #3046EE; }
span { border-color: rgb(48,70,238); }
td.TdClassName
{
border-color: #3046EE;
}
.TagClassName
{
border-color: #3046EE;
}
</style>