Shades of Neon Blue #333CEA
Tints of Neon Blue #333CEA
RGB
CMYK
RGB Variations
Color information
#333CEA (or 0x333CEA) is known color: Neon Blue. HEX triplet: 33, 3C and EA. RGB value is (51,60,234). Sum of RGB (Red+Green+Blue) = 51+60+234=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #333CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CEA is #CCC315. Grayscale: #4C4C4C. Windows color (decimal): -13419286 or 15350835. OLE color: 15350835.
HSL color Cylindrical-coordinate representation of color #333CEA: hue angle of 237.05º degrees, saturation: 0.81, 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 #333CEA is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 60 | 234 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.08 |
| HSL | 237.05º | 0.81% | 0.56% | - |
| HSV(B) | 237.05º | 0.78% | 0.92% | - |
| XYZ | 17.83 | 9.88 | 78.81 | - |
| YUV | 77.15 | 216.52 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 234 | 0.78 | 0.74 | 0 | 0.08 | 237.05 | 0.81 | 0.56 |
| Hex | 33 | 3C | EA | 4E | 4A | 0 | 8 | ED | 51 | 38 |
| Octal | 63 | 74 | 352 | 116 | 112 | 0 | 10 | 355 | 121 | 70 |
| Binary | 110011 | 111100 | 11101010 | 1001110 | 1001010 | 0 | 1000 | 11101101 | 1010001 | 111000 |
Color Harmonies of #333CEA
Complementary color
Monochromatic Colors of #333CEA
Black with #333CEA
Text Example
Text Example
White with #333CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CEA; }
p { color: rgb(51,60,234); }
H1.HeaderClassName
{
color: #333CEA;
}
.AnyTagClassName
{
color: #333CEA;
}
</style>
background-color css
<style>
a { background-color: #333CEA; }
a { background-color: rgb(51,60,234); }
div.DivClassName
{
background-color: #333CEA;
}
.BgClassName
{
background-color: #333CEA;
}
</style>
border-color css
<style>
span { border-color: #333CEA; }
span { border-color: rgb(51,60,234); }
td.TdClassName
{
border-color: #333CEA;
}
.TagClassName
{
border-color: #333CEA;
}
</style>