Shades of Neon Blue #4933F2
Tints of Neon Blue #4933F2
RGB
CMYK
RGB Variations
Color information
#4933F2 (or 0x4933F2) is known color: Neon Blue. HEX triplet: 49, 33 and F2. RGB value is (73,51,242). Sum of RGB (Red+Green+Blue) = 73+51+242=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #4933F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4933F2 is #B6CC0D. Grayscale: #4E4E4E. Windows color (decimal): -11979790 or 15872841. OLE color: 15872841.
HSL color Cylindrical-coordinate representation of color #4933F2: hue angle of 246.91º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4933F2 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 51 | 242 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.05 |
| HSL | 246.91º | 0.88% | 0.57% | - |
| HSV(B) | 246.91º | 0.79% | 0.95% | - |
| XYZ | 19.96 | 10.19 | 84.92 | - |
| YUV | 79.35 | 219.79 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 242 | 0.70 | 0.79 | 0 | 0.05 | 246.91 | 0.88 | 0.57 |
| Hex | 49 | 33 | F2 | 46 | 4F | 0 | 5 | F7 | 58 | 39 |
| Octal | 111 | 63 | 362 | 106 | 117 | 0 | 5 | 367 | 130 | 71 |
| Binary | 1001001 | 110011 | 11110010 | 1000110 | 1001111 | 0 | 101 | 11110111 | 1011000 | 111001 |
Color Harmonies of #4933F2
Complementary color
Monochromatic Colors of #4933F2
Black with #4933F2
Text Example
Text Example
White with #4933F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4933F2; }
p { color: rgb(73,51,242); }
H1.HeaderClassName
{
color: #4933F2;
}
.AnyTagClassName
{
color: #4933F2;
}
</style>
background-color css
<style>
a { background-color: #4933F2; }
a { background-color: rgb(73,51,242); }
div.DivClassName
{
background-color: #4933F2;
}
.BgClassName
{
background-color: #4933F2;
}
</style>
border-color css
<style>
span { border-color: #4933F2; }
span { border-color: rgb(73,51,242); }
td.TdClassName
{
border-color: #4933F2;
}
.TagClassName
{
border-color: #4933F2;
}
</style>