Shades of Neon Blue #353BEC
Tints of Neon Blue #353BEC
RGB
CMYK
RGB Variations
Color information
#353BEC (or 0x353BEC) is known color: Neon Blue. HEX triplet: 35, 3B and EC. RGB value is (53,59,236). Sum of RGB (Red+Green+Blue) = 53+59+236=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #353BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353BEC is #CAC413. Grayscale: #4C4C4C. Windows color (decimal): -13288468 or 15481653. OLE color: 15481653.
HSL color Cylindrical-coordinate representation of color #353BEC: hue angle of 238.03º 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 #353BEC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 59 | 236 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.07 |
| HSL | 238.03º | 0.83% | 0.57% | - |
| HSV(B) | 238.03º | 0.78% | 0.93% | - |
| XYZ | 18.17 | 9.94 | 80.32 | - |
| YUV | 77.38 | 217.51 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 236 | 0.78 | 0.75 | 0 | 0.07 | 238.03 | 0.83 | 0.57 |
| Hex | 35 | 3B | EC | 4E | 4B | 0 | 7 | EE | 53 | 39 |
| Octal | 65 | 73 | 354 | 116 | 113 | 0 | 7 | 356 | 123 | 71 |
| Binary | 110101 | 111011 | 11101100 | 1001110 | 1001011 | 0 | 111 | 11101110 | 1010011 | 111001 |
Color Harmonies of #353BEC
Complementary color
Monochromatic Colors of #353BEC
Black with #353BEC
Text Example
Text Example
White with #353BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BEC; }
p { color: rgb(53,59,236); }
H1.HeaderClassName
{
color: #353BEC;
}
.AnyTagClassName
{
color: #353BEC;
}
</style>
background-color css
<style>
a { background-color: #353BEC; }
a { background-color: rgb(53,59,236); }
div.DivClassName
{
background-color: #353BEC;
}
.BgClassName
{
background-color: #353BEC;
}
</style>
border-color css
<style>
span { border-color: #353BEC; }
span { border-color: rgb(53,59,236); }
td.TdClassName
{
border-color: #353BEC;
}
.TagClassName
{
border-color: #353BEC;
}
</style>