Shades of Neon Blue #3036EC
Tints of Neon Blue #3036EC
RGB
CMYK
RGB Variations
Color information
#3036EC (or 0x3036EC) is known color: Neon Blue. HEX triplet: 30, 36 and EC. RGB value is (48,54,236). Sum of RGB (Red+Green+Blue) = 48+54+236=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #3036EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3036EC is #CFC913. Grayscale: #484848. Windows color (decimal): -13617428 or 15480368. OLE color: 15480368.
HSL color Cylindrical-coordinate representation of color #3036EC: hue angle of 238.09º degrees, saturation: 0.83, 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 #3036EC is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 54 | 236 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.07 |
| HSL | 238.09º | 0.83% | 0.56% | - |
| HSV(B) | 238.09º | 0.8% | 0.93% | - |
| XYZ | 17.68 | 9.32 | 80.22 | - |
| YUV | 72.95 | 220.01 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 236 | 0.80 | 0.77 | 0 | 0.07 | 238.09 | 0.83 | 0.56 |
| Hex | 30 | 36 | EC | 50 | 4D | 0 | 7 | EE | 53 | 38 |
| Octal | 60 | 66 | 354 | 120 | 115 | 0 | 7 | 356 | 123 | 70 |
| Binary | 110000 | 110110 | 11101100 | 1010000 | 1001101 | 0 | 111 | 11101110 | 1010011 | 111000 |
Color Harmonies of #3036EC
Complementary color
Monochromatic Colors of #3036EC
Black with #3036EC
Text Example
Text Example
White with #3036EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3036EC; }
p { color: rgb(48,54,236); }
H1.HeaderClassName
{
color: #3036EC;
}
.AnyTagClassName
{
color: #3036EC;
}
</style>
background-color css
<style>
a { background-color: #3036EC; }
a { background-color: rgb(48,54,236); }
div.DivClassName
{
background-color: #3036EC;
}
.BgClassName
{
background-color: #3036EC;
}
</style>
border-color css
<style>
span { border-color: #3036EC; }
span { border-color: rgb(48,54,236); }
td.TdClassName
{
border-color: #3036EC;
}
.TagClassName
{
border-color: #3036EC;
}
</style>