Shades of Neon Blue #3A32EF
Tints of Neon Blue #3A32EF
RGB
CMYK
RGB Variations
Color information
#3A32EF (or 0x3A32EF) is known color: Neon Blue. HEX triplet: 3A, 32 and EF. RGB value is (58,50,239). Sum of RGB (Red+Green+Blue) = 58+50+239=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A32EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A32EF is #C5CD10. Grayscale: #494949. Windows color (decimal): -12963089 or 15675962. OLE color: 15675962.
HSL color Cylindrical-coordinate representation of color #3A32EF: hue angle of 242.54º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A32EF is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 50 | 239 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.06 |
| HSL | 242.54º | 0.86% | 0.57% | - |
| HSV(B) | 242.54º | 0.79% | 0.94% | - |
| XYZ | 18.47 | 9.41 | 82.5 | - |
| YUV | 73.94 | 221.15 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 239 | 0.76 | 0.79 | 0 | 0.06 | 242.54 | 0.86 | 0.57 |
| Hex | 3A | 32 | EF | 4C | 4F | 0 | 6 | F3 | 56 | 39 |
| Octal | 72 | 62 | 357 | 114 | 117 | 0 | 6 | 363 | 126 | 71 |
| Binary | 111010 | 110010 | 11101111 | 1001100 | 1001111 | 0 | 110 | 11110011 | 1010110 | 111001 |
Color Harmonies of #3A32EF
Complementary color
Monochromatic Colors of #3A32EF
Black with #3A32EF
Text Example
Text Example
White with #3A32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32EF; }
p { color: rgb(58,50,239); }
H1.HeaderClassName
{
color: #3A32EF;
}
.AnyTagClassName
{
color: #3A32EF;
}
</style>
background-color css
<style>
a { background-color: #3A32EF; }
a { background-color: rgb(58,50,239); }
div.DivClassName
{
background-color: #3A32EF;
}
.BgClassName
{
background-color: #3A32EF;
}
</style>
border-color css
<style>
span { border-color: #3A32EF; }
span { border-color: rgb(58,50,239); }
td.TdClassName
{
border-color: #3A32EF;
}
.TagClassName
{
border-color: #3A32EF;
}
</style>