Shades of Neon Blue #333CEE
Tints of Neon Blue #333CEE
RGB
CMYK
RGB Variations
Color information
#333CEE (or 0x333CEE) is known color: Neon Blue. HEX triplet: 33, 3C and EE. RGB value is (51,60,238). Sum of RGB (Red+Green+Blue) = 51+60+238=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #333CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CEE is #CCC311. Grayscale: #4C4C4C. Windows color (decimal): -13419282 or 15612979. OLE color: 15612979.
HSL color Cylindrical-coordinate representation of color #333CEE: hue angle of 237.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #333CEE is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 60 | 238 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.07 |
| HSL | 237.11º | 0.85% | 0.57% | - |
| HSV(B) | 237.11º | 0.79% | 0.93% | - |
| XYZ | 18.41 | 10.11 | 81.87 | - |
| YUV | 77.6 | 218.52 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 238 | 0.79 | 0.75 | 0 | 0.07 | 237.11 | 0.85 | 0.57 |
| Hex | 33 | 3C | EE | 4F | 4B | 0 | 7 | ED | 55 | 39 |
| Octal | 63 | 74 | 356 | 117 | 113 | 0 | 7 | 355 | 125 | 71 |
| Binary | 110011 | 111100 | 11101110 | 1001111 | 1001011 | 0 | 111 | 11101101 | 1010101 | 111001 |
Color Harmonies of #333CEE
Complementary color
Monochromatic Colors of #333CEE
Black with #333CEE
Text Example
Text Example
White with #333CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CEE; }
p { color: rgb(51,60,238); }
H1.HeaderClassName
{
color: #333CEE;
}
.AnyTagClassName
{
color: #333CEE;
}
</style>
background-color css
<style>
a { background-color: #333CEE; }
a { background-color: rgb(51,60,238); }
div.DivClassName
{
background-color: #333CEE;
}
.BgClassName
{
background-color: #333CEE;
}
</style>
border-color css
<style>
span { border-color: #333CEE; }
span { border-color: rgb(51,60,238); }
td.TdClassName
{
border-color: #333CEE;
}
.TagClassName
{
border-color: #333CEE;
}
</style>