Shades of Neon Blue #353AEC
Tints of Neon Blue #353AEC
RGB
CMYK
RGB Variations
Color information
#353AEC (or 0x353AEC) is known color: Neon Blue. HEX triplet: 35, 3A and EC. RGB value is (53,58,236). Sum of RGB (Red+Green+Blue) = 53+58+236=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #353AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AEC is #CAC513. Grayscale: #4C4C4C. Windows color (decimal): -13288724 or 15481397. OLE color: 15481397.
HSL color Cylindrical-coordinate representation of color #353AEC: hue angle of 238.36º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353AEC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 58 | 236 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.07 |
| HSL | 238.36º | 0.83% | 0.57% | - |
| HSV(B) | 238.36º | 0.78% | 0.93% | - |
| XYZ | 18.12 | 9.84 | 80.3 | - |
| YUV | 76.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 236 | 0.78 | 0.75 | 0 | 0.07 | 238.36 | 0.83 | 0.57 |
| Hex | 35 | 3A | EC | 4E | 4B | 0 | 7 | EE | 53 | 39 |
| Octal | 65 | 72 | 354 | 116 | 113 | 0 | 7 | 356 | 123 | 71 |
| Binary | 110101 | 111010 | 11101100 | 1001110 | 1001011 | 0 | 111 | 11101110 | 1010011 | 111001 |
Color Harmonies of #353AEC
Complementary color
Monochromatic Colors of #353AEC
Black with #353AEC
Text Example
Text Example
White with #353AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AEC; }
p { color: rgb(53,58,236); }
H1.HeaderClassName
{
color: #353AEC;
}
.AnyTagClassName
{
color: #353AEC;
}
</style>
background-color css
<style>
a { background-color: #353AEC; }
a { background-color: rgb(53,58,236); }
div.DivClassName
{
background-color: #353AEC;
}
.BgClassName
{
background-color: #353AEC;
}
</style>
border-color css
<style>
span { border-color: #353AEC; }
span { border-color: rgb(53,58,236); }
td.TdClassName
{
border-color: #353AEC;
}
.TagClassName
{
border-color: #353AEC;
}
</style>