Shades of Neon Blue #353FEC
Tints of Neon Blue #353FEC
RGB
CMYK
RGB Variations
Color information
#353FEC (or 0x353FEC) is known color: Neon Blue. HEX triplet: 35, 3F and EC. RGB value is (53,63,236). Sum of RGB (Red+Green+Blue) = 53+63+236=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #353FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FEC is #CAC013. Grayscale: #4F4F4F. Windows color (decimal): -13287444 or 15482677. OLE color: 15482677.
HSL color Cylindrical-coordinate representation of color #353FEC: hue angle of 236.72º 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 #353FEC is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 63 | 236 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.07 |
| HSL | 236.72º | 0.83% | 0.57% | - |
| HSV(B) | 236.72º | 0.78% | 0.93% | - |
| XYZ | 18.39 | 10.37 | 80.39 | - |
| YUV | 79.73 | 216.19 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 236 | 0.78 | 0.73 | 0 | 0.07 | 236.72 | 0.83 | 0.57 |
| Hex | 35 | 3F | EC | 4E | 49 | 0 | 7 | ED | 53 | 39 |
| Octal | 65 | 77 | 354 | 116 | 111 | 0 | 7 | 355 | 123 | 71 |
| Binary | 110101 | 111111 | 11101100 | 1001110 | 1001001 | 0 | 111 | 11101101 | 1010011 | 111001 |
Color Harmonies of #353FEC
Complementary color
Monochromatic Colors of #353FEC
Black with #353FEC
Text Example
Text Example
White with #353FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FEC; }
p { color: rgb(53,63,236); }
H1.HeaderClassName
{
color: #353FEC;
}
.AnyTagClassName
{
color: #353FEC;
}
</style>
background-color css
<style>
a { background-color: #353FEC; }
a { background-color: rgb(53,63,236); }
div.DivClassName
{
background-color: #353FEC;
}
.BgClassName
{
background-color: #353FEC;
}
</style>
border-color css
<style>
span { border-color: #353FEC; }
span { border-color: rgb(53,63,236); }
td.TdClassName
{
border-color: #353FEC;
}
.TagClassName
{
border-color: #353FEC;
}
</style>