Shades of Neon Blue #333DEC
Tints of Neon Blue #333DEC
RGB
CMYK
RGB Variations
Color information
#333DEC (or 0x333DEC) is known color: Neon Blue. HEX triplet: 33, 3D and EC. RGB value is (51,61,236). Sum of RGB (Red+Green+Blue) = 51+61+236=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #333DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333DEC is #CCC213. Grayscale: #4D4D4D. Windows color (decimal): -13419028 or 15482163. OLE color: 15482163.
HSL color Cylindrical-coordinate representation of color #333DEC: hue angle of 236.76º 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 #333DEC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 61 | 236 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.07 |
| HSL | 236.76º | 0.83% | 0.56% | - |
| HSV(B) | 236.76º | 0.78% | 0.93% | - |
| XYZ | 18.17 | 10.1 | 80.35 | - |
| YUV | 77.96 | 217.19 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 236 | 0.78 | 0.74 | 0 | 0.07 | 236.76 | 0.83 | 0.56 |
| Hex | 33 | 3D | EC | 4E | 4A | 0 | 7 | ED | 53 | 38 |
| Octal | 63 | 75 | 354 | 116 | 112 | 0 | 7 | 355 | 123 | 70 |
| Binary | 110011 | 111101 | 11101100 | 1001110 | 1001010 | 0 | 111 | 11101101 | 1010011 | 111000 |
Color Harmonies of #333DEC
Complementary color
Monochromatic Colors of #333DEC
Black with #333DEC
Text Example
Text Example
White with #333DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DEC; }
p { color: rgb(51,61,236); }
H1.HeaderClassName
{
color: #333DEC;
}
.AnyTagClassName
{
color: #333DEC;
}
</style>
background-color css
<style>
a { background-color: #333DEC; }
a { background-color: rgb(51,61,236); }
div.DivClassName
{
background-color: #333DEC;
}
.BgClassName
{
background-color: #333DEC;
}
</style>
border-color css
<style>
span { border-color: #333DEC; }
span { border-color: rgb(51,61,236); }
td.TdClassName
{
border-color: #333DEC;
}
.TagClassName
{
border-color: #333DEC;
}
</style>