Shades of Neon Blue #4A3BFF
Tints of Neon Blue #4A3BFF
RGB
CMYK
RGB Variations
Color information
#4A3BFF (or 0x4A3BFF) is known color: Neon Blue. HEX triplet: 4A, 3B and FF. RGB value is (74,59,255). Sum of RGB (Red+Green+Blue) = 74+59+255=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A3BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3BFF is #B5C400. Grayscale: #555555. Windows color (decimal): -11912193 or 16726858. OLE color: 16726858.
HSL color Cylindrical-coordinate representation of color #4A3BFF: hue angle of 244.59º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A3BFF is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 59 | 255 | - |
| CMYK | 0.71 | 0.77 | 0 | 0 |
| HSL | 244.59º | 1% | 0.62% | - |
| HSV(B) | 244.59º | 0.77% | 1% | - |
| XYZ | 22.44 | 11.8 | 95.7 | - |
| YUV | 85.83 | 223.47 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 255 | 0.71 | 0.77 | 0 | 0 | 244.59 | 1 | 0.62 |
| Hex | 4A | 3B | FF | 47 | 4D | 0 | 0 | F5 | 64 | 3E |
| Octal | 112 | 73 | 377 | 107 | 115 | 0 | 0 | 365 | 144 | 76 |
| Binary | 1001010 | 111011 | 11111111 | 1000111 | 1001101 | 0 | 0 | 11110101 | 1100100 | 111110 |
Color Harmonies of #4A3BFF
Complementary color
Monochromatic Colors of #4A3BFF
Black with #4A3BFF
Text Example
Text Example
White with #4A3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3BFF; }
p { color: rgb(74,59,255); }
H1.HeaderClassName
{
color: #4A3BFF;
}
.AnyTagClassName
{
color: #4A3BFF;
}
</style>
background-color css
<style>
a { background-color: #4A3BFF; }
a { background-color: rgb(74,59,255); }
div.DivClassName
{
background-color: #4A3BFF;
}
.BgClassName
{
background-color: #4A3BFF;
}
</style>
border-color css
<style>
span { border-color: #4A3BFF; }
span { border-color: rgb(74,59,255); }
td.TdClassName
{
border-color: #4A3BFF;
}
.TagClassName
{
border-color: #4A3BFF;
}
</style>