Shades of Neon Blue #333CEB
Tints of Neon Blue #333CEB
RGB
CMYK
RGB Variations
Color information
#333CEB (or 0x333CEB) is known color: Neon Blue. HEX triplet: 33, 3C and EB. RGB value is (51,60,235). Sum of RGB (Red+Green+Blue) = 51+60+235=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #333CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CEB is #CCC314. Grayscale: #4C4C4C. Windows color (decimal): -13419285 or 15416371. OLE color: 15416371.
HSL color Cylindrical-coordinate representation of color #333CEB: hue angle of 237.07º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333CEB is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 60 | 235 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.08 |
| HSL | 237.07º | 0.82% | 0.56% | - |
| HSV(B) | 237.07º | 0.78% | 0.92% | - |
| XYZ | 17.98 | 9.93 | 79.57 | - |
| YUV | 77.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 235 | 0.78 | 0.74 | 0 | 0.08 | 237.07 | 0.82 | 0.56 |
| Hex | 33 | 3C | EB | 4E | 4A | 0 | 8 | ED | 52 | 38 |
| Octal | 63 | 74 | 353 | 116 | 112 | 0 | 10 | 355 | 122 | 70 |
| Binary | 110011 | 111100 | 11101011 | 1001110 | 1001010 | 0 | 1000 | 11101101 | 1010010 | 111000 |
Color Harmonies of #333CEB
Complementary color
Monochromatic Colors of #333CEB
Black with #333CEB
Text Example
Text Example
White with #333CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CEB; }
p { color: rgb(51,60,235); }
H1.HeaderClassName
{
color: #333CEB;
}
.AnyTagClassName
{
color: #333CEB;
}
</style>
background-color css
<style>
a { background-color: #333CEB; }
a { background-color: rgb(51,60,235); }
div.DivClassName
{
background-color: #333CEB;
}
.BgClassName
{
background-color: #333CEB;
}
</style>
border-color css
<style>
span { border-color: #333CEB; }
span { border-color: rgb(51,60,235); }
td.TdClassName
{
border-color: #333CEB;
}
.TagClassName
{
border-color: #333CEB;
}
</style>