Shades of Neon Blue #3336ED
Tints of Neon Blue #3336ED
RGB
CMYK
RGB Variations
Color information
#3336ED (or 0x3336ED) is known color: Neon Blue. HEX triplet: 33, 36 and ED. RGB value is (51,54,237). Sum of RGB (Red+Green+Blue) = 51+54+237=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #3336ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3336ED is #CCC912. Grayscale: #494949. Windows color (decimal): -13420819 or 15545907. OLE color: 15545907.
HSL color Cylindrical-coordinate representation of color #3336ED: hue angle of 239.03º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3336ED is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 54 | 237 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.07 |
| HSL | 239.03º | 0.84% | 0.56% | - |
| HSV(B) | 239.03º | 0.78% | 0.93% | - |
| XYZ | 17.97 | 9.46 | 81 | - |
| YUV | 73.97 | 220.01 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 237 | 0.78 | 0.77 | 0 | 0.07 | 239.03 | 0.84 | 0.56 |
| Hex | 33 | 36 | ED | 4E | 4D | 0 | 7 | EF | 54 | 38 |
| Octal | 63 | 66 | 355 | 116 | 115 | 0 | 7 | 357 | 124 | 70 |
| Binary | 110011 | 110110 | 11101101 | 1001110 | 1001101 | 0 | 111 | 11101111 | 1010100 | 111000 |
Color Harmonies of #3336ED
Complementary color
Monochromatic Colors of #3336ED
Black with #3336ED
Text Example
Text Example
White with #3336ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3336ED; }
p { color: rgb(51,54,237); }
H1.HeaderClassName
{
color: #3336ED;
}
.AnyTagClassName
{
color: #3336ED;
}
</style>
background-color css
<style>
a { background-color: #3336ED; }
a { background-color: rgb(51,54,237); }
div.DivClassName
{
background-color: #3336ED;
}
.BgClassName
{
background-color: #3336ED;
}
</style>
border-color css
<style>
span { border-color: #3336ED; }
span { border-color: rgb(51,54,237); }
td.TdClassName
{
border-color: #3336ED;
}
.TagClassName
{
border-color: #3336ED;
}
</style>