Shades of Neon Blue #3342EC
Tints of Neon Blue #3342EC
RGB
CMYK
RGB Variations
Color information
#3342EC (or 0x3342EC) is known color: Neon Blue. HEX triplet: 33, 42 and EC. RGB value is (51,66,236). Sum of RGB (Red+Green+Blue) = 51+66+236=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #3342EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3342EC is #CCBD13. Grayscale: #505050. Windows color (decimal): -13417748 or 15483443. OLE color: 15483443.
HSL color Cylindrical-coordinate representation of color #3342EC: hue angle of 235.14º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3342EC is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 66 | 236 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.07 |
| HSL | 235.14º | 0.83% | 0.56% | - |
| HSV(B) | 235.14º | 0.78% | 0.93% | - |
| XYZ | 18.45 | 10.66 | 80.44 | - |
| YUV | 80.9 | 215.53 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 236 | 0.78 | 0.72 | 0 | 0.07 | 235.14 | 0.83 | 0.56 |
| Hex | 33 | 42 | EC | 4E | 48 | 0 | 7 | EB | 53 | 38 |
| Octal | 63 | 102 | 354 | 116 | 110 | 0 | 7 | 353 | 123 | 70 |
| Binary | 110011 | 1000010 | 11101100 | 1001110 | 1001000 | 0 | 111 | 11101011 | 1010011 | 111000 |
Color Harmonies of #3342EC
Complementary color
Monochromatic Colors of #3342EC
Black with #3342EC
Text Example
Text Example
White with #3342EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3342EC; }
p { color: rgb(51,66,236); }
H1.HeaderClassName
{
color: #3342EC;
}
.AnyTagClassName
{
color: #3342EC;
}
</style>
background-color css
<style>
a { background-color: #3342EC; }
a { background-color: rgb(51,66,236); }
div.DivClassName
{
background-color: #3342EC;
}
.BgClassName
{
background-color: #3342EC;
}
</style>
border-color css
<style>
span { border-color: #3342EC; }
span { border-color: rgb(51,66,236); }
td.TdClassName
{
border-color: #3342EC;
}
.TagClassName
{
border-color: #3342EC;
}
</style>