Shades of Neon Blue #3036E3
Tints of Neon Blue #3036E3
RGB
CMYK
RGB Variations
Color information
#3036E3 (or 0x3036E3) is known color: Neon Blue. HEX triplet: 30, 36 and E3. RGB value is (48,54,227). Sum of RGB (Red+Green+Blue) = 48+54+227=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 227 (89.06% from 255 or 69.00% from 329); Max value from RGB is 227 - color contains mainly: blue. Hex color #3036E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3036E3 is #CFC91C. Grayscale: #474747. Windows color (decimal): -13617437 or 14890544. OLE color: 14890544.
HSL color Cylindrical-coordinate representation of color #3036E3: hue angle of 237.99º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3036E3 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 54 | 227 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.11 |
| HSL | 237.99º | 0.76% | 0.54% | - |
| HSV(B) | 237.99º | 0.79% | 0.89% | - |
| XYZ | 16.4 | 8.81 | 73.51 | - |
| YUV | 71.93 | 215.51 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 227 | 0.79 | 0.76 | 0 | 0.11 | 237.99 | 0.76 | 0.54 |
| Hex | 30 | 36 | E3 | 4F | 4C | 0 | B | EE | 4C | 36 |
| Octal | 60 | 66 | 343 | 117 | 114 | 0 | 13 | 356 | 114 | 66 |
| Binary | 110000 | 110110 | 11100011 | 1001111 | 1001100 | 0 | 1011 | 11101110 | 1001100 | 110110 |
Color Harmonies of #3036E3
Complementary color
Monochromatic Colors of #3036E3
Black with #3036E3
Text Example
Text Example
White with #3036E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3036E3; }
p { color: rgb(48,54,227); }
H1.HeaderClassName
{
color: #3036E3;
}
.AnyTagClassName
{
color: #3036E3;
}
</style>
background-color css
<style>
a { background-color: #3036E3; }
a { background-color: rgb(48,54,227); }
div.DivClassName
{
background-color: #3036E3;
}
.BgClassName
{
background-color: #3036E3;
}
</style>
border-color css
<style>
span { border-color: #3036E3; }
span { border-color: rgb(48,54,227); }
td.TdClassName
{
border-color: #3036E3;
}
.TagClassName
{
border-color: #3036E3;
}
</style>