Shades of Neon Blue #333CEC
Tints of Neon Blue #333CEC
RGB
CMYK
RGB Variations
Color information
#333CEC (or 0x333CEC) is known color: Neon Blue. HEX triplet: 33, 3C and EC. RGB value is (51,60,236). Sum of RGB (Red+Green+Blue) = 51+60+236=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #333CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CEC is #CCC313. Grayscale: #4C4C4C. Windows color (decimal): -13419284 or 15481907. OLE color: 15481907.
HSL color Cylindrical-coordinate representation of color #333CEC: hue angle of 237.08º 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 #333CEC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 60 | 236 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.07 |
| HSL | 237.08º | 0.83% | 0.56% | - |
| HSV(B) | 237.08º | 0.78% | 0.93% | - |
| XYZ | 18.12 | 9.99 | 80.33 | - |
| YUV | 77.37 | 217.52 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 236 | 0.78 | 0.75 | 0 | 0.07 | 237.08 | 0.83 | 0.56 |
| Hex | 33 | 3C | EC | 4E | 4B | 0 | 7 | ED | 53 | 38 |
| Octal | 63 | 74 | 354 | 116 | 113 | 0 | 7 | 355 | 123 | 70 |
| Binary | 110011 | 111100 | 11101100 | 1001110 | 1001011 | 0 | 111 | 11101101 | 1010011 | 111000 |
Color Harmonies of #333CEC
Complementary color
Monochromatic Colors of #333CEC
Black with #333CEC
Text Example
Text Example
White with #333CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CEC; }
p { color: rgb(51,60,236); }
H1.HeaderClassName
{
color: #333CEC;
}
.AnyTagClassName
{
color: #333CEC;
}
</style>
background-color css
<style>
a { background-color: #333CEC; }
a { background-color: rgb(51,60,236); }
div.DivClassName
{
background-color: #333CEC;
}
.BgClassName
{
background-color: #333CEC;
}
</style>
border-color css
<style>
span { border-color: #333CEC; }
span { border-color: rgb(51,60,236); }
td.TdClassName
{
border-color: #333CEC;
}
.TagClassName
{
border-color: #333CEC;
}
</style>