Shades of Neon Blue #333CE5
Tints of Neon Blue #333CE5
RGB
CMYK
RGB Variations
Color information
#333CE5 (or 0x333CE5) is known color: Neon Blue. HEX triplet: 33, 3C and E5. RGB value is (51,60,229). Sum of RGB (Red+Green+Blue) = 51+60+229=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 229 (89.84% from 255 or 67.35% from 340); Max value from RGB is 229 - color contains mainly: blue. Hex color #333CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CE5 is #CCC31A. Grayscale: #4B4B4B. Windows color (decimal): -13419291 or 15023155. OLE color: 15023155.
HSL color Cylindrical-coordinate representation of color #333CE5: hue angle of 236.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333CE5 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 60 | 229 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.10 |
| HSL | 236.97º | 0.77% | 0.55% | - |
| HSV(B) | 236.97º | 0.78% | 0.9% | - |
| XYZ | 17.12 | 9.59 | 75.08 | - |
| YUV | 76.58 | 214.02 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 229 | 0.78 | 0.74 | 0 | 0.10 | 236.97 | 0.77 | 0.55 |
| Hex | 33 | 3C | E5 | 4E | 4A | 0 | A | ED | 4D | 37 |
| Octal | 63 | 74 | 345 | 116 | 112 | 0 | 12 | 355 | 115 | 67 |
| Binary | 110011 | 111100 | 11100101 | 1001110 | 1001010 | 0 | 1010 | 11101101 | 1001101 | 110111 |
Color Harmonies of #333CE5
Complementary color
Monochromatic Colors of #333CE5
Black with #333CE5
Text Example
Text Example
White with #333CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CE5; }
p { color: rgb(51,60,229); }
H1.HeaderClassName
{
color: #333CE5;
}
.AnyTagClassName
{
color: #333CE5;
}
</style>
background-color css
<style>
a { background-color: #333CE5; }
a { background-color: rgb(51,60,229); }
div.DivClassName
{
background-color: #333CE5;
}
.BgClassName
{
background-color: #333CE5;
}
</style>
border-color css
<style>
span { border-color: #333CE5; }
span { border-color: rgb(51,60,229); }
td.TdClassName
{
border-color: #333CE5;
}
.TagClassName
{
border-color: #333CE5;
}
</style>