Shades of Neon Blue #3A36EA
Tints of Neon Blue #3A36EA
RGB
CMYK
RGB Variations
Color information
#3A36EA (or 0x3A36EA) is known color: Neon Blue. HEX triplet: 3A, 36 and EA. RGB value is (58,54,234). Sum of RGB (Red+Green+Blue) = 58+54+234=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A36EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A36EA is #C5C915. Grayscale: #4B4B4B. Windows color (decimal): -12962070 or 15349306. OLE color: 15349306.
HSL color Cylindrical-coordinate representation of color #3A36EA: hue angle of 241.33º 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 #3A36EA is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 54 | 234 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.08 |
| HSL | 241.33º | 0.81% | 0.56% | - |
| HSV(B) | 241.33º | 0.77% | 0.92% | - |
| XYZ | 17.92 | 9.48 | 78.73 | - |
| YUV | 75.72 | 217.33 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 234 | 0.75 | 0.77 | 0 | 0.08 | 241.33 | 0.81 | 0.56 |
| Hex | 3A | 36 | EA | 4B | 4D | 0 | 8 | F1 | 51 | 38 |
| Octal | 72 | 66 | 352 | 113 | 115 | 0 | 10 | 361 | 121 | 70 |
| Binary | 111010 | 110110 | 11101010 | 1001011 | 1001101 | 0 | 1000 | 11110001 | 1010001 | 111000 |
Color Harmonies of #3A36EA
Complementary color
Monochromatic Colors of #3A36EA
Black with #3A36EA
Text Example
Text Example
White with #3A36EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A36EA; }
p { color: rgb(58,54,234); }
H1.HeaderClassName
{
color: #3A36EA;
}
.AnyTagClassName
{
color: #3A36EA;
}
</style>
background-color css
<style>
a { background-color: #3A36EA; }
a { background-color: rgb(58,54,234); }
div.DivClassName
{
background-color: #3A36EA;
}
.BgClassName
{
background-color: #3A36EA;
}
</style>
border-color css
<style>
span { border-color: #3A36EA; }
span { border-color: rgb(58,54,234); }
td.TdClassName
{
border-color: #3A36EA;
}
.TagClassName
{
border-color: #3A36EA;
}
</style>