Shades of Neon Blue #3330ED
Tints of Neon Blue #3330ED
RGB
CMYK
RGB Variations
Color information
#3330ED (or 0x3330ED) is known color: Neon Blue. HEX triplet: 33, 30 and ED. RGB value is (51,48,237). Sum of RGB (Red+Green+Blue) = 51+48+237=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #3330ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3330ED is #CCCF12. Grayscale: #454545. Windows color (decimal): -13422355 or 15544371. OLE color: 15544371.
HSL color Cylindrical-coordinate representation of color #3330ED: hue angle of 240.95º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3330ED is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 48 | 237 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.07 |
| HSL | 240.95º | 0.84% | 0.56% | - |
| HSV(B) | 240.95º | 0.8% | 0.93% | - |
| XYZ | 17.71 | 8.93 | 80.91 | - |
| YUV | 70.44 | 221.99 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 237 | 0.78 | 0.80 | 0 | 0.07 | 240.95 | 0.84 | 0.56 |
| Hex | 33 | 30 | ED | 4E | 50 | 0 | 7 | F1 | 54 | 38 |
| Octal | 63 | 60 | 355 | 116 | 120 | 0 | 7 | 361 | 124 | 70 |
| Binary | 110011 | 110000 | 11101101 | 1001110 | 1010000 | 0 | 111 | 11110001 | 1010100 | 111000 |
Color Harmonies of #3330ED
Complementary color
Monochromatic Colors of #3330ED
Black with #3330ED
Text Example
Text Example
White with #3330ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3330ED; }
p { color: rgb(51,48,237); }
H1.HeaderClassName
{
color: #3330ED;
}
.AnyTagClassName
{
color: #3330ED;
}
</style>
background-color css
<style>
a { background-color: #3330ED; }
a { background-color: rgb(51,48,237); }
div.DivClassName
{
background-color: #3330ED;
}
.BgClassName
{
background-color: #3330ED;
}
</style>
border-color css
<style>
span { border-color: #3330ED; }
span { border-color: rgb(51,48,237); }
td.TdClassName
{
border-color: #3330ED;
}
.TagClassName
{
border-color: #3330ED;
}
</style>