Shades of Neon Blue #3A32EA
Tints of Neon Blue #3A32EA
RGB
CMYK
RGB Variations
Color information
#3A32EA (or 0x3A32EA) is known color: Neon Blue. HEX triplet: 3A, 32 and EA. RGB value is (58,50,234). Sum of RGB (Red+Green+Blue) = 58+50+234=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A32EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A32EA is #C5CD15. Grayscale: #484848. Windows color (decimal): -12963094 or 15348282. OLE color: 15348282.
HSL color Cylindrical-coordinate representation of color #3A32EA: hue angle of 242.61º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A32EA is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 50 | 234 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.08 |
| HSL | 242.61º | 0.81% | 0.56% | - |
| HSV(B) | 242.61º | 0.79% | 0.92% | - |
| XYZ | 17.74 | 9.12 | 78.67 | - |
| YUV | 73.37 | 218.65 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 234 | 0.75 | 0.79 | 0 | 0.08 | 242.61 | 0.81 | 0.56 |
| Hex | 3A | 32 | EA | 4B | 4F | 0 | 8 | F3 | 51 | 38 |
| Octal | 72 | 62 | 352 | 113 | 117 | 0 | 10 | 363 | 121 | 70 |
| Binary | 111010 | 110010 | 11101010 | 1001011 | 1001111 | 0 | 1000 | 11110011 | 1010001 | 111000 |
Color Harmonies of #3A32EA
Complementary color
Monochromatic Colors of #3A32EA
Black with #3A32EA
Text Example
Text Example
White with #3A32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32EA; }
p { color: rgb(58,50,234); }
H1.HeaderClassName
{
color: #3A32EA;
}
.AnyTagClassName
{
color: #3A32EA;
}
</style>
background-color css
<style>
a { background-color: #3A32EA; }
a { background-color: rgb(58,50,234); }
div.DivClassName
{
background-color: #3A32EA;
}
.BgClassName
{
background-color: #3A32EA;
}
</style>
border-color css
<style>
span { border-color: #3A32EA; }
span { border-color: rgb(58,50,234); }
td.TdClassName
{
border-color: #3A32EA;
}
.TagClassName
{
border-color: #3A32EA;
}
</style>