Shades of Neon Blue #3530E1
Tints of Neon Blue #3530E1
RGB
CMYK
RGB Variations
Color information
#3530E1 (or 0x3530E1) is known color: Neon Blue. HEX triplet: 35, 30 and E1. RGB value is (53,48,225). Sum of RGB (Red+Green+Blue) = 53+48+225=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #3530E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530E1 is #CACF1E. Grayscale: #444444. Windows color (decimal): -13291295 or 14757941. OLE color: 14757941.
HSL color Cylindrical-coordinate representation of color #3530E1: hue angle of 241.69º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3530E1 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 48 | 225 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.12 |
| HSL | 241.69º | 0.75% | 0.54% | - |
| HSV(B) | 241.69º | 0.79% | 0.88% | - |
| XYZ | 16.12 | 8.31 | 71.99 | - |
| YUV | 69.67 | 215.66 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 225 | 0.76 | 0.79 | 0 | 0.12 | 241.69 | 0.75 | 0.54 |
| Hex | 35 | 30 | E1 | 4C | 4F | 0 | C | F2 | 4B | 36 |
| Octal | 65 | 60 | 341 | 114 | 117 | 0 | 14 | 362 | 113 | 66 |
| Binary | 110101 | 110000 | 11100001 | 1001100 | 1001111 | 0 | 1100 | 11110010 | 1001011 | 110110 |
Color Harmonies of #3530E1
Complementary color
Monochromatic Colors of #3530E1
Black with #3530E1
Text Example
Text Example
White with #3530E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530E1; }
p { color: rgb(53,48,225); }
H1.HeaderClassName
{
color: #3530E1;
}
.AnyTagClassName
{
color: #3530E1;
}
</style>
background-color css
<style>
a { background-color: #3530E1; }
a { background-color: rgb(53,48,225); }
div.DivClassName
{
background-color: #3530E1;
}
.BgClassName
{
background-color: #3530E1;
}
</style>
border-color css
<style>
span { border-color: #3530E1; }
span { border-color: rgb(53,48,225); }
td.TdClassName
{
border-color: #3530E1;
}
.TagClassName
{
border-color: #3530E1;
}
</style>