Shades of Neon Blue #4933F6
Tints of Neon Blue #4933F6
RGB
CMYK
RGB Variations
Color information
#4933F6 (or 0x4933F6) is known color: Neon Blue. HEX triplet: 49, 33 and F6. RGB value is (73,51,246). Sum of RGB (Red+Green+Blue) = 73+51+246=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #4933F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4933F6 is #B6CC09. Grayscale: #4F4F4F. Windows color (decimal): -11979786 or 16134985. OLE color: 16134985.
HSL color Cylindrical-coordinate representation of color #4933F6: hue angle of 246.77º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4933F6 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 51 | 246 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.04 |
| HSL | 246.77º | 0.92% | 0.58% | - |
| HSV(B) | 246.77º | 0.79% | 0.96% | - |
| XYZ | 20.57 | 10.44 | 88.12 | - |
| YUV | 79.81 | 221.79 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 246 | 0.70 | 0.79 | 0 | 0.04 | 246.77 | 0.92 | 0.58 |
| Hex | 49 | 33 | F6 | 46 | 4F | 0 | 4 | F7 | 5C | 3A |
| Octal | 111 | 63 | 366 | 106 | 117 | 0 | 4 | 367 | 134 | 72 |
| Binary | 1001001 | 110011 | 11110110 | 1000110 | 1001111 | 0 | 100 | 11110111 | 1011100 | 111010 |
Color Harmonies of #4933F6
Complementary color
Monochromatic Colors of #4933F6
Black with #4933F6
Text Example
Text Example
White with #4933F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4933F6; }
p { color: rgb(73,51,246); }
H1.HeaderClassName
{
color: #4933F6;
}
.AnyTagClassName
{
color: #4933F6;
}
</style>
background-color css
<style>
a { background-color: #4933F6; }
a { background-color: rgb(73,51,246); }
div.DivClassName
{
background-color: #4933F6;
}
.BgClassName
{
background-color: #4933F6;
}
</style>
border-color css
<style>
span { border-color: #4933F6; }
span { border-color: rgb(73,51,246); }
td.TdClassName
{
border-color: #4933F6;
}
.TagClassName
{
border-color: #4933F6;
}
</style>