Shades of Neon Blue #3A32FD
Tints of Neon Blue #3A32FD
RGB
CMYK
RGB Variations
Color information
#3A32FD (or 0x3A32FD) is known color: Neon Blue. HEX triplet: 3A, 32 and FD. RGB value is (58,50,253). Sum of RGB (Red+Green+Blue) = 58+50+253=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A32FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A32FD is #C5CD02. Grayscale: #4A4A4A. Windows color (decimal): -12963075 or 16593466. OLE color: 16593466.
HSL color Cylindrical-coordinate representation of color #3A32FD: hue angle of 242.36º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A32FD is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 50 | 253 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.01 |
| HSL | 242.36º | 0.98% | 0.59% | - |
| HSV(B) | 242.36º | 0.8% | 0.99% | - |
| XYZ | 20.62 | 10.27 | 93.82 | - |
| YUV | 75.53 | 228.15 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 253 | 0.77 | 0.80 | 0 | 0.01 | 242.36 | 0.98 | 0.59 |
| Hex | 3A | 32 | FD | 4D | 50 | 0 | 1 | F2 | 62 | 3B |
| Octal | 72 | 62 | 375 | 115 | 120 | 0 | 1 | 362 | 142 | 73 |
| Binary | 111010 | 110010 | 11111101 | 1001101 | 1010000 | 0 | 1 | 11110010 | 1100010 | 111011 |
Color Harmonies of #3A32FD
Complementary color
Monochromatic Colors of #3A32FD
Black with #3A32FD
Text Example
Text Example
White with #3A32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32FD; }
p { color: rgb(58,50,253); }
H1.HeaderClassName
{
color: #3A32FD;
}
.AnyTagClassName
{
color: #3A32FD;
}
</style>
background-color css
<style>
a { background-color: #3A32FD; }
a { background-color: rgb(58,50,253); }
div.DivClassName
{
background-color: #3A32FD;
}
.BgClassName
{
background-color: #3A32FD;
}
</style>
border-color css
<style>
span { border-color: #3A32FD; }
span { border-color: rgb(58,50,253); }
td.TdClassName
{
border-color: #3A32FD;
}
.TagClassName
{
border-color: #3A32FD;
}
</style>