Shades of Neon Blue #333EEC
Tints of Neon Blue #333EEC
RGB
CMYK
RGB Variations
Color information
#333EEC (or 0x333EEC) is known color: Neon Blue. HEX triplet: 33, 3E and EC. RGB value is (51,62,236). Sum of RGB (Red+Green+Blue) = 51+62+236=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #333EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333EEC is #CCC113. Grayscale: #4D4D4D. Windows color (decimal): -13418772 or 15482419. OLE color: 15482419.
HSL color Cylindrical-coordinate representation of color #333EEC: hue angle of 236.43º 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 #333EEC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 62 | 236 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.07 |
| HSL | 236.43º | 0.83% | 0.56% | - |
| HSV(B) | 236.43º | 0.78% | 0.93% | - |
| XYZ | 18.23 | 10.21 | 80.37 | - |
| YUV | 78.55 | 216.86 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 236 | 0.78 | 0.74 | 0 | 0.07 | 236.43 | 0.83 | 0.56 |
| Hex | 33 | 3E | EC | 4E | 4A | 0 | 7 | EC | 53 | 38 |
| Octal | 63 | 76 | 354 | 116 | 112 | 0 | 7 | 354 | 123 | 70 |
| Binary | 110011 | 111110 | 11101100 | 1001110 | 1001010 | 0 | 111 | 11101100 | 1010011 | 111000 |
Color Harmonies of #333EEC
Complementary color
Monochromatic Colors of #333EEC
Black with #333EEC
Text Example
Text Example
White with #333EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333EEC; }
p { color: rgb(51,62,236); }
H1.HeaderClassName
{
color: #333EEC;
}
.AnyTagClassName
{
color: #333EEC;
}
</style>
background-color css
<style>
a { background-color: #333EEC; }
a { background-color: rgb(51,62,236); }
div.DivClassName
{
background-color: #333EEC;
}
.BgClassName
{
background-color: #333EEC;
}
</style>
border-color css
<style>
span { border-color: #333EEC; }
span { border-color: rgb(51,62,236); }
td.TdClassName
{
border-color: #333EEC;
}
.TagClassName
{
border-color: #333EEC;
}
</style>