Shades of Neon Blue #4A32FF
Tints of Neon Blue #4A32FF
RGB
CMYK
RGB Variations
Color information
#4A32FF (or 0x4A32FF) is known color: Neon Blue. HEX triplet: 4A, 32 and FF. RGB value is (74,50,255). Sum of RGB (Red+Green+Blue) = 74+50+255=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A32FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A32FF is #B5CD00. Grayscale: #4F4F4F. Windows color (decimal): -11914497 or 16724554. OLE color: 16724554.
HSL color Cylindrical-coordinate representation of color #4A32FF: hue angle of 247.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A32FF is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 50 | 255 | - |
| CMYK | 0.71 | 0.80 | 0 | 0 |
| HSL | 247.02º | 1% | 0.6% | - |
| HSV(B) | 247.02º | 0.8% | 1% | - |
| XYZ | 22.01 | 10.96 | 95.56 | - |
| YUV | 80.55 | 226.45 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 255 | 0.71 | 0.80 | 0 | 0 | 247.02 | 1 | 0.6 |
| Hex | 4A | 32 | FF | 47 | 50 | 0 | 0 | F7 | 64 | 3C |
| Octal | 112 | 62 | 377 | 107 | 120 | 0 | 0 | 367 | 144 | 74 |
| Binary | 1001010 | 110010 | 11111111 | 1000111 | 1010000 | 0 | 0 | 11110111 | 1100100 | 111100 |
Color Harmonies of #4A32FF
Complementary color
Monochromatic Colors of #4A32FF
Black with #4A32FF
Text Example
Text Example
White with #4A32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A32FF; }
p { color: rgb(74,50,255); }
H1.HeaderClassName
{
color: #4A32FF;
}
.AnyTagClassName
{
color: #4A32FF;
}
</style>
background-color css
<style>
a { background-color: #4A32FF; }
a { background-color: rgb(74,50,255); }
div.DivClassName
{
background-color: #4A32FF;
}
.BgClassName
{
background-color: #4A32FF;
}
</style>
border-color css
<style>
span { border-color: #4A32FF; }
span { border-color: rgb(74,50,255); }
td.TdClassName
{
border-color: #4A32FF;
}
.TagClassName
{
border-color: #4A32FF;
}
</style>