Shades of Neon Blue #3534EC
Tints of Neon Blue #3534EC
RGB
CMYK
RGB Variations
Color information
#3534EC (or 0x3534EC) is known color: Neon Blue. HEX triplet: 35, 34 and EC. RGB value is (53,52,236). Sum of RGB (Red+Green+Blue) = 53+52+236=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 52 (20.70% from 255 or 15.25% 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 #3534EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3534EC is #CACB13. Grayscale: #484848. Windows color (decimal): -13290260 or 15479861. OLE color: 15479861.
HSL color Cylindrical-coordinate representation of color #3534EC: hue angle of 240.33º 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 #3534EC is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 52 | 236 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.07 |
| HSL | 240.33º | 0.83% | 0.56% | - |
| HSV(B) | 240.33º | 0.78% | 0.93% | - |
| XYZ | 17.84 | 9.27 | 80.21 | - |
| YUV | 73.28 | 219.83 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 236 | 0.78 | 0.78 | 0 | 0.07 | 240.33 | 0.83 | 0.56 |
| Hex | 35 | 34 | EC | 4E | 4E | 0 | 7 | F0 | 53 | 38 |
| Octal | 65 | 64 | 354 | 116 | 116 | 0 | 7 | 360 | 123 | 70 |
| Binary | 110101 | 110100 | 11101100 | 1001110 | 1001110 | 0 | 111 | 11110000 | 1010011 | 111000 |
Color Harmonies of #3534EC
Complementary color
Monochromatic Colors of #3534EC
Black with #3534EC
Text Example
Text Example
White with #3534EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534EC; }
p { color: rgb(53,52,236); }
H1.HeaderClassName
{
color: #3534EC;
}
.AnyTagClassName
{
color: #3534EC;
}
</style>
background-color css
<style>
a { background-color: #3534EC; }
a { background-color: rgb(53,52,236); }
div.DivClassName
{
background-color: #3534EC;
}
.BgClassName
{
background-color: #3534EC;
}
</style>
border-color css
<style>
span { border-color: #3534EC; }
span { border-color: rgb(53,52,236); }
td.TdClassName
{
border-color: #3534EC;
}
.TagClassName
{
border-color: #3534EC;
}
</style>