Shades of Neon Blue #3435EA
Tints of Neon Blue #3435EA
RGB
CMYK
RGB Variations
Color information
#3435EA (or 0x3435EA) is known color: Neon Blue. HEX triplet: 34, 35 and EA. RGB value is (52,53,234). Sum of RGB (Red+Green+Blue) = 52+53+234=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #3435EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3435EA is #CBCA15. Grayscale: #484848. Windows color (decimal): -13355542 or 15349044. OLE color: 15349044.
HSL color Cylindrical-coordinate representation of color #3435EA: hue angle of 239.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3435EA is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 53 | 234 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.08 |
| HSL | 239.67º | 0.81% | 0.56% | - |
| HSV(B) | 239.67º | 0.78% | 0.92% | - |
| XYZ | 17.54 | 9.22 | 78.7 | - |
| YUV | 73.34 | 218.67 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 234 | 0.78 | 0.77 | 0 | 0.08 | 239.67 | 0.81 | 0.56 |
| Hex | 34 | 35 | EA | 4E | 4D | 0 | 8 | F0 | 51 | 38 |
| Octal | 64 | 65 | 352 | 116 | 115 | 0 | 10 | 360 | 121 | 70 |
| Binary | 110100 | 110101 | 11101010 | 1001110 | 1001101 | 0 | 1000 | 11110000 | 1010001 | 111000 |
Color Harmonies of #3435EA
Complementary color
Monochromatic Colors of #3435EA
Black with #3435EA
Text Example
Text Example
White with #3435EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3435EA; }
p { color: rgb(52,53,234); }
H1.HeaderClassName
{
color: #3435EA;
}
.AnyTagClassName
{
color: #3435EA;
}
</style>
background-color css
<style>
a { background-color: #3435EA; }
a { background-color: rgb(52,53,234); }
div.DivClassName
{
background-color: #3435EA;
}
.BgClassName
{
background-color: #3435EA;
}
</style>
border-color css
<style>
span { border-color: #3435EA; }
span { border-color: rgb(52,53,234); }
td.TdClassName
{
border-color: #3435EA;
}
.TagClassName
{
border-color: #3435EA;
}
</style>