Shades of Neon Blue #3536EA
Tints of Neon Blue #3536EA
RGB
CMYK
RGB Variations
Color information
#3536EA (or 0x3536EA) is known color: Neon Blue. HEX triplet: 35, 36 and EA. RGB value is (53,54,234). Sum of RGB (Red+Green+Blue) = 53+54+234=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #3536EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3536EA is #CAC915. Grayscale: #494949. Windows color (decimal): -13289750 or 15349301. OLE color: 15349301.
HSL color Cylindrical-coordinate representation of color #3536EA: 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.77%. Process color model (Four color, CMYK) of #3536EA is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 54 | 234 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.08 |
| HSL | 239.67º | 0.81% | 0.56% | - |
| HSV(B) | 239.67º | 0.77% | 0.92% | - |
| XYZ | 17.64 | 9.34 | 78.71 | - |
| YUV | 74.22 | 218.17 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 234 | 0.77 | 0.77 | 0 | 0.08 | 239.67 | 0.81 | 0.56 |
| Hex | 35 | 36 | EA | 4D | 4D | 0 | 8 | F0 | 51 | 38 |
| Octal | 65 | 66 | 352 | 115 | 115 | 0 | 10 | 360 | 121 | 70 |
| Binary | 110101 | 110110 | 11101010 | 1001101 | 1001101 | 0 | 1000 | 11110000 | 1010001 | 111000 |
Color Harmonies of #3536EA
Complementary color
Monochromatic Colors of #3536EA
Black with #3536EA
Text Example
Text Example
White with #3536EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3536EA; }
p { color: rgb(53,54,234); }
H1.HeaderClassName
{
color: #3536EA;
}
.AnyTagClassName
{
color: #3536EA;
}
</style>
background-color css
<style>
a { background-color: #3536EA; }
a { background-color: rgb(53,54,234); }
div.DivClassName
{
background-color: #3536EA;
}
.BgClassName
{
background-color: #3536EA;
}
</style>
border-color css
<style>
span { border-color: #3536EA; }
span { border-color: rgb(53,54,234); }
td.TdClassName
{
border-color: #3536EA;
}
.TagClassName
{
border-color: #3536EA;
}
</style>