Shades of Neon Blue #4A37FF
Tints of Neon Blue #4A37FF
RGB
CMYK
RGB Variations
Color information
#4A37FF (or 0x4A37FF) is known color: Neon Blue. HEX triplet: 4A, 37 and FF. RGB value is (74,55,255). Sum of RGB (Red+Green+Blue) = 74+55+255=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A37FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A37FF is #B5C800. Grayscale: #525252. Windows color (decimal): -11913217 or 16725834. OLE color: 16725834.
HSL color Cylindrical-coordinate representation of color #4A37FF: hue angle of 245.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A37FF is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 55 | 255 | - |
| CMYK | 0.71 | 0.78 | 0 | 0 |
| HSL | 245.7º | 1% | 0.61% | - |
| HSV(B) | 245.7º | 0.78% | 1% | - |
| XYZ | 22.24 | 11.41 | 95.64 | - |
| YUV | 83.48 | 224.79 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 255 | 0.71 | 0.78 | 0 | 0 | 245.7 | 1 | 0.61 |
| Hex | 4A | 37 | FF | 47 | 4E | 0 | 0 | F6 | 64 | 3D |
| Octal | 112 | 67 | 377 | 107 | 116 | 0 | 0 | 366 | 144 | 75 |
| Binary | 1001010 | 110111 | 11111111 | 1000111 | 1001110 | 0 | 0 | 11110110 | 1100100 | 111101 |
Color Harmonies of #4A37FF
Complementary color
Monochromatic Colors of #4A37FF
Black with #4A37FF
Text Example
Text Example
White with #4A37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A37FF; }
p { color: rgb(74,55,255); }
H1.HeaderClassName
{
color: #4A37FF;
}
.AnyTagClassName
{
color: #4A37FF;
}
</style>
background-color css
<style>
a { background-color: #4A37FF; }
a { background-color: rgb(74,55,255); }
div.DivClassName
{
background-color: #4A37FF;
}
.BgClassName
{
background-color: #4A37FF;
}
</style>
border-color css
<style>
span { border-color: #4A37FF; }
span { border-color: rgb(74,55,255); }
td.TdClassName
{
border-color: #4A37FF;
}
.TagClassName
{
border-color: #4A37FF;
}
</style>