Shades of Neon Blue #3435EC
Tints of Neon Blue #3435EC
RGB
CMYK
RGB Variations
Color information
#3435EC (or 0x3435EC) is known color: Neon Blue. HEX triplet: 34, 35 and EC. RGB value is (52,53,236). Sum of RGB (Red+Green+Blue) = 52+53+236=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #3435EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3435EC is #CBCA13. Grayscale: #484848. Windows color (decimal): -13355540 or 15480116. OLE color: 15480116.
HSL color Cylindrical-coordinate representation of color #3435EC: hue angle of 239.67º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3435EC is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 53 | 236 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.07 |
| HSL | 239.67º | 0.83% | 0.56% | - |
| HSV(B) | 239.67º | 0.78% | 0.93% | - |
| XYZ | 17.83 | 9.33 | 80.22 | - |
| YUV | 73.56 | 219.67 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 236 | 0.78 | 0.78 | 0 | 0.07 | 239.67 | 0.83 | 0.56 |
| Hex | 34 | 35 | EC | 4E | 4E | 0 | 7 | F0 | 53 | 38 |
| Octal | 64 | 65 | 354 | 116 | 116 | 0 | 7 | 360 | 123 | 70 |
| Binary | 110100 | 110101 | 11101100 | 1001110 | 1001110 | 0 | 111 | 11110000 | 1010011 | 111000 |
Color Harmonies of #3435EC
Complementary color
Monochromatic Colors of #3435EC
Black with #3435EC
Text Example
Text Example
White with #3435EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3435EC; }
p { color: rgb(52,53,236); }
H1.HeaderClassName
{
color: #3435EC;
}
.AnyTagClassName
{
color: #3435EC;
}
</style>
background-color css
<style>
a { background-color: #3435EC; }
a { background-color: rgb(52,53,236); }
div.DivClassName
{
background-color: #3435EC;
}
.BgClassName
{
background-color: #3435EC;
}
</style>
border-color css
<style>
span { border-color: #3435EC; }
span { border-color: rgb(52,53,236); }
td.TdClassName
{
border-color: #3435EC;
}
.TagClassName
{
border-color: #3435EC;
}
</style>