Shades of Neon Blue #3530ED
Tints of Neon Blue #3530ED
RGB
CMYK
RGB Variations
Color information
#3530ED (or 0x3530ED) is known color: Neon Blue. HEX triplet: 35, 30 and ED. RGB value is (53,48,237). Sum of RGB (Red+Green+Blue) = 53+48+237=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #3530ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3530ED is #CACF12. Grayscale: #464646. Windows color (decimal): -13291283 or 15544373. OLE color: 15544373.
HSL color Cylindrical-coordinate representation of color #3530ED: hue angle of 241.59º 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 #3530ED is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 48 | 237 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.07 |
| HSL | 241.59º | 0.84% | 0.56% | - |
| HSV(B) | 241.59º | 0.8% | 0.93% | - |
| XYZ | 17.81 | 8.99 | 80.92 | - |
| YUV | 71.04 | 221.66 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 237 | 0.78 | 0.80 | 0 | 0.07 | 241.59 | 0.84 | 0.56 |
| Hex | 35 | 30 | ED | 4E | 50 | 0 | 7 | F2 | 54 | 38 |
| Octal | 65 | 60 | 355 | 116 | 120 | 0 | 7 | 362 | 124 | 70 |
| Binary | 110101 | 110000 | 11101101 | 1001110 | 1010000 | 0 | 111 | 11110010 | 1010100 | 111000 |
Color Harmonies of #3530ED
Complementary color
Monochromatic Colors of #3530ED
Black with #3530ED
Text Example
Text Example
White with #3530ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530ED; }
p { color: rgb(53,48,237); }
H1.HeaderClassName
{
color: #3530ED;
}
.AnyTagClassName
{
color: #3530ED;
}
</style>
background-color css
<style>
a { background-color: #3530ED; }
a { background-color: rgb(53,48,237); }
div.DivClassName
{
background-color: #3530ED;
}
.BgClassName
{
background-color: #3530ED;
}
</style>
border-color css
<style>
span { border-color: #3530ED; }
span { border-color: rgb(53,48,237); }
td.TdClassName
{
border-color: #3530ED;
}
.TagClassName
{
border-color: #3530ED;
}
</style>