Shades of Neon Blue #333BEC
Tints of Neon Blue #333BEC
RGB
CMYK
RGB Variations
Color information
#333BEC (or 0x333BEC) is known color: Neon Blue. HEX triplet: 33, 3B and EC. RGB value is (51,59,236). Sum of RGB (Red+Green+Blue) = 51+59+236=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #333BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333BEC is #CCC413. Grayscale: #4C4C4C. Windows color (decimal): -13419540 or 15481651. OLE color: 15481651.
HSL color Cylindrical-coordinate representation of color #333BEC: hue angle of 237.41º 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 #333BEC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 59 | 236 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.07 |
| HSL | 237.41º | 0.83% | 0.56% | - |
| HSV(B) | 237.41º | 0.78% | 0.93% | - |
| XYZ | 18.07 | 9.89 | 80.31 | - |
| YUV | 76.79 | 217.85 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 236 | 0.78 | 0.75 | 0 | 0.07 | 237.41 | 0.83 | 0.56 |
| Hex | 33 | 3B | EC | 4E | 4B | 0 | 7 | ED | 53 | 38 |
| Octal | 63 | 73 | 354 | 116 | 113 | 0 | 7 | 355 | 123 | 70 |
| Binary | 110011 | 111011 | 11101100 | 1001110 | 1001011 | 0 | 111 | 11101101 | 1010011 | 111000 |
Color Harmonies of #333BEC
Complementary color
Monochromatic Colors of #333BEC
Black with #333BEC
Text Example
Text Example
White with #333BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BEC; }
p { color: rgb(51,59,236); }
H1.HeaderClassName
{
color: #333BEC;
}
.AnyTagClassName
{
color: #333BEC;
}
</style>
background-color css
<style>
a { background-color: #333BEC; }
a { background-color: rgb(51,59,236); }
div.DivClassName
{
background-color: #333BEC;
}
.BgClassName
{
background-color: #333BEC;
}
</style>
border-color css
<style>
span { border-color: #333BEC; }
span { border-color: rgb(51,59,236); }
td.TdClassName
{
border-color: #333BEC;
}
.TagClassName
{
border-color: #333BEC;
}
</style>