Shades of Neon Blue #3349ED
Tints of Neon Blue #3349ED
RGB
CMYK
RGB Variations
Color information
#3349ED (or 0x3349ED) is known color: Neon Blue. HEX triplet: 33, 49 and ED. RGB value is (51,73,237). Sum of RGB (Red+Green+Blue) = 51+73+237=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #3349ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3349ED is #CCB612. Grayscale: #545454. Windows color (decimal): -13415955 or 15550771. OLE color: 15550771.
HSL color Cylindrical-coordinate representation of color #3349ED: hue angle of 232.9º 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 #3349ED is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 73 | 237 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.07 |
| HSL | 232.9º | 0.84% | 0.56% | - |
| HSV(B) | 232.9º | 0.78% | 0.93% | - |
| XYZ | 19.03 | 11.58 | 81.35 | - |
| YUV | 85.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 237 | 0.78 | 0.69 | 0 | 0.07 | 232.9 | 0.84 | 0.56 |
| Hex | 33 | 49 | ED | 4E | 45 | 0 | 7 | E9 | 54 | 38 |
| Octal | 63 | 111 | 355 | 116 | 105 | 0 | 7 | 351 | 124 | 70 |
| Binary | 110011 | 1001001 | 11101101 | 1001110 | 1000101 | 0 | 111 | 11101001 | 1010100 | 111000 |
Color Harmonies of #3349ED
Complementary color
Monochromatic Colors of #3349ED
Black with #3349ED
Text Example
Text Example
White with #3349ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3349ED; }
p { color: rgb(51,73,237); }
H1.HeaderClassName
{
color: #3349ED;
}
.AnyTagClassName
{
color: #3349ED;
}
</style>
background-color css
<style>
a { background-color: #3349ED; }
a { background-color: rgb(51,73,237); }
div.DivClassName
{
background-color: #3349ED;
}
.BgClassName
{
background-color: #3349ED;
}
</style>
border-color css
<style>
span { border-color: #3349ED; }
span { border-color: rgb(51,73,237); }
td.TdClassName
{
border-color: #3349ED;
}
.TagClassName
{
border-color: #3349ED;
}
</style>