Shades of Neon Blue #3534EA
Tints of Neon Blue #3534EA
RGB
CMYK
RGB Variations
Color information
#3534EA (or 0x3534EA) is known color: Neon Blue. HEX triplet: 35, 34 and EA. RGB value is (53,52,234). Sum of RGB (Red+Green+Blue) = 53+52+234=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 52 (20.70% from 255 or 15.34% 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 #3534EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3534EA is #CACB15. Grayscale: #484848. Windows color (decimal): -13290262 or 15348789. OLE color: 15348789.
HSL color Cylindrical-coordinate representation of color #3534EA: hue angle of 240.33º 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 #3534EA is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 52 | 234 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.08 |
| HSL | 240.33º | 0.81% | 0.56% | - |
| HSV(B) | 240.33º | 0.78% | 0.92% | - |
| XYZ | 17.55 | 9.15 | 78.68 | - |
| YUV | 73.05 | 218.83 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 234 | 0.77 | 0.78 | 0 | 0.08 | 240.33 | 0.81 | 0.56 |
| Hex | 35 | 34 | EA | 4D | 4E | 0 | 8 | F0 | 51 | 38 |
| Octal | 65 | 64 | 352 | 115 | 116 | 0 | 10 | 360 | 121 | 70 |
| Binary | 110101 | 110100 | 11101010 | 1001101 | 1001110 | 0 | 1000 | 11110000 | 1010001 | 111000 |
Color Harmonies of #3534EA
Complementary color
Monochromatic Colors of #3534EA
Black with #3534EA
Text Example
Text Example
White with #3534EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534EA; }
p { color: rgb(53,52,234); }
H1.HeaderClassName
{
color: #3534EA;
}
.AnyTagClassName
{
color: #3534EA;
}
</style>
background-color css
<style>
a { background-color: #3534EA; }
a { background-color: rgb(53,52,234); }
div.DivClassName
{
background-color: #3534EA;
}
.BgClassName
{
background-color: #3534EA;
}
</style>
border-color css
<style>
span { border-color: #3534EA; }
span { border-color: rgb(53,52,234); }
td.TdClassName
{
border-color: #3534EA;
}
.TagClassName
{
border-color: #3534EA;
}
</style>