Shades of Neon Blue #4932FF
Tints of Neon Blue #4932FF
RGB
CMYK
RGB Variations
Color information
#4932FF (or 0x4932FF) is known color: Neon Blue. HEX triplet: 49, 32 and FF. RGB value is (73,50,255). Sum of RGB (Red+Green+Blue) = 73+50+255=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #4932FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4932FF is #B6CD00. Grayscale: #4F4F4F. Windows color (decimal): -11980033 or 16724553. OLE color: 16724553.
HSL color Cylindrical-coordinate representation of color #4932FF: hue angle of 246.73º 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 #4932FF is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 50 | 255 | - |
| CMYK | 0.71 | 0.80 | 0 | 0 |
| HSL | 246.73º | 1% | 0.6% | - |
| HSV(B) | 246.73º | 0.8% | 1% | - |
| XYZ | 21.94 | 10.92 | 95.56 | - |
| YUV | 80.25 | 226.62 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 255 | 0.71 | 0.80 | 0 | 0 | 246.73 | 1 | 0.6 |
| Hex | 49 | 32 | FF | 47 | 50 | 0 | 0 | F7 | 64 | 3C |
| Octal | 111 | 62 | 377 | 107 | 120 | 0 | 0 | 367 | 144 | 74 |
| Binary | 1001001 | 110010 | 11111111 | 1000111 | 1010000 | 0 | 0 | 11110111 | 1100100 | 111100 |
Color Harmonies of #4932FF
Complementary color
Monochromatic Colors of #4932FF
Black with #4932FF
Text Example
Text Example
White with #4932FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932FF; }
p { color: rgb(73,50,255); }
H1.HeaderClassName
{
color: #4932FF;
}
.AnyTagClassName
{
color: #4932FF;
}
</style>
background-color css
<style>
a { background-color: #4932FF; }
a { background-color: rgb(73,50,255); }
div.DivClassName
{
background-color: #4932FF;
}
.BgClassName
{
background-color: #4932FF;
}
</style>
border-color css
<style>
span { border-color: #4932FF; }
span { border-color: rgb(73,50,255); }
td.TdClassName
{
border-color: #4932FF;
}
.TagClassName
{
border-color: #4932FF;
}
</style>