Shades of Neon Blue #3330EC
Tints of Neon Blue #3330EC
RGB
CMYK
RGB Variations
Color information
#3330EC (or 0x3330EC) is known color: Neon Blue. HEX triplet: 33, 30 and EC. RGB value is (51,48,236). Sum of RGB (Red+Green+Blue) = 51+48+236=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #3330EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3330EC is #CCCF13. Grayscale: #454545. Windows color (decimal): -13422356 or 15478835. OLE color: 15478835.
HSL color Cylindrical-coordinate representation of color #3330EC: hue angle of 240.96º 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 #3330EC is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 48 | 236 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.07 |
| HSL | 240.96º | 0.83% | 0.56% | - |
| HSV(B) | 240.96º | 0.8% | 0.93% | - |
| XYZ | 17.56 | 8.87 | 80.14 | - |
| YUV | 70.33 | 221.49 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 236 | 0.78 | 0.80 | 0 | 0.07 | 240.96 | 0.83 | 0.56 |
| Hex | 33 | 30 | EC | 4E | 50 | 0 | 7 | F1 | 53 | 38 |
| Octal | 63 | 60 | 354 | 116 | 120 | 0 | 7 | 361 | 123 | 70 |
| Binary | 110011 | 110000 | 11101100 | 1001110 | 1010000 | 0 | 111 | 11110001 | 1010011 | 111000 |
Color Harmonies of #3330EC
Complementary color
Monochromatic Colors of #3330EC
Black with #3330EC
Text Example
Text Example
White with #3330EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3330EC; }
p { color: rgb(51,48,236); }
H1.HeaderClassName
{
color: #3330EC;
}
.AnyTagClassName
{
color: #3330EC;
}
</style>
background-color css
<style>
a { background-color: #3330EC; }
a { background-color: rgb(51,48,236); }
div.DivClassName
{
background-color: #3330EC;
}
.BgClassName
{
background-color: #3330EC;
}
</style>
border-color css
<style>
span { border-color: #3330EC; }
span { border-color: rgb(51,48,236); }
td.TdClassName
{
border-color: #3330EC;
}
.TagClassName
{
border-color: #3330EC;
}
</style>