Shades of Neon Blue #353CEC
Tints of Neon Blue #353CEC
RGB
CMYK
RGB Variations
Color information
#353CEC (or 0x353CEC) is known color: Neon Blue. HEX triplet: 35, 3C and EC. RGB value is (53,60,236). Sum of RGB (Red+Green+Blue) = 53+60+236=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #353CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353CEC is #CAC313. Grayscale: #4D4D4D. Windows color (decimal): -13288212 or 15481909. OLE color: 15481909.
HSL color Cylindrical-coordinate representation of color #353CEC: hue angle of 237.7º 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 #353CEC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 60 | 236 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.07 |
| HSL | 237.7º | 0.83% | 0.57% | - |
| HSV(B) | 237.7º | 0.78% | 0.93% | - |
| XYZ | 18.22 | 10.04 | 80.34 | - |
| YUV | 77.97 | 217.18 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 236 | 0.78 | 0.75 | 0 | 0.07 | 237.7 | 0.83 | 0.57 |
| Hex | 35 | 3C | EC | 4E | 4B | 0 | 7 | EE | 53 | 39 |
| Octal | 65 | 74 | 354 | 116 | 113 | 0 | 7 | 356 | 123 | 71 |
| Binary | 110101 | 111100 | 11101100 | 1001110 | 1001011 | 0 | 111 | 11101110 | 1010011 | 111001 |
Color Harmonies of #353CEC
Complementary color
Monochromatic Colors of #353CEC
Black with #353CEC
Text Example
Text Example
White with #353CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CEC; }
p { color: rgb(53,60,236); }
H1.HeaderClassName
{
color: #353CEC;
}
.AnyTagClassName
{
color: #353CEC;
}
</style>
background-color css
<style>
a { background-color: #353CEC; }
a { background-color: rgb(53,60,236); }
div.DivClassName
{
background-color: #353CEC;
}
.BgClassName
{
background-color: #353CEC;
}
</style>
border-color css
<style>
span { border-color: #353CEC; }
span { border-color: rgb(53,60,236); }
td.TdClassName
{
border-color: #353CEC;
}
.TagClassName
{
border-color: #353CEC;
}
</style>