Shades of Neon Blue #4932FB
Tints of Neon Blue #4932FB
RGB
CMYK
RGB Variations
Color information
#4932FB (or 0x4932FB) is known color: Neon Blue. HEX triplet: 49, 32 and FB. RGB value is (73,50,251). Sum of RGB (Red+Green+Blue) = 73+50+251=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #4932FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4932FB is #B6CD04. Grayscale: #4F4F4F. Windows color (decimal): -11980037 or 16462409. OLE color: 16462409.
HSL color Cylindrical-coordinate representation of color #4932FB: hue angle of 246.87º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4932FB is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 50 | 251 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.02 |
| HSL | 246.87º | 0.96% | 0.59% | - |
| HSV(B) | 246.87º | 0.8% | 0.98% | - |
| XYZ | 21.3 | 10.66 | 92.2 | - |
| YUV | 79.79 | 224.62 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 251 | 0.71 | 0.80 | 0 | 0.02 | 246.87 | 0.96 | 0.59 |
| Hex | 49 | 32 | FB | 47 | 50 | 0 | 2 | F7 | 60 | 3B |
| Octal | 111 | 62 | 373 | 107 | 120 | 0 | 2 | 367 | 140 | 73 |
| Binary | 1001001 | 110010 | 11111011 | 1000111 | 1010000 | 0 | 10 | 11110111 | 1100000 | 111011 |
Color Harmonies of #4932FB
Complementary color
Monochromatic Colors of #4932FB
Black with #4932FB
Text Example
Text Example
White with #4932FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932FB; }
p { color: rgb(73,50,251); }
H1.HeaderClassName
{
color: #4932FB;
}
.AnyTagClassName
{
color: #4932FB;
}
</style>
background-color css
<style>
a { background-color: #4932FB; }
a { background-color: rgb(73,50,251); }
div.DivClassName
{
background-color: #4932FB;
}
.BgClassName
{
background-color: #4932FB;
}
</style>
border-color css
<style>
span { border-color: #4932FB; }
span { border-color: rgb(73,50,251); }
td.TdClassName
{
border-color: #4932FB;
}
.TagClassName
{
border-color: #4932FB;
}
</style>