Shades of Neon Blue #4936DD
Tints of Neon Blue #4936DD
RGB
CMYK
RGB Variations
Color information
#4936DD (or 0x4936DD) is known color: Neon Blue. HEX triplet: 49, 36 and DD. RGB value is (73,54,221). Sum of RGB (Red+Green+Blue) = 73+54+221=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #4936DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936DD is #B6C922. Grayscale: #4E4E4E. Windows color (decimal): -11979043 or 14497353. OLE color: 14497353.
HSL color Cylindrical-coordinate representation of color #4936DD: hue angle of 246.83º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4936DD is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 54 | 221 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.13 |
| HSL | 246.83º | 0.71% | 0.54% | - |
| HSV(B) | 246.83º | 0.76% | 0.87% | - |
| XYZ | 17.12 | 9.28 | 69.29 | - |
| YUV | 78.72 | 208.29 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 221 | 0.67 | 0.76 | 0 | 0.13 | 246.83 | 0.71 | 0.54 |
| Hex | 49 | 36 | DD | 43 | 4C | 0 | D | F7 | 47 | 36 |
| Octal | 111 | 66 | 335 | 103 | 114 | 0 | 15 | 367 | 107 | 66 |
| Binary | 1001001 | 110110 | 11011101 | 1000011 | 1001100 | 0 | 1101 | 11110111 | 1000111 | 110110 |
Color Harmonies of #4936DD
Complementary color
Monochromatic Colors of #4936DD
Black with #4936DD
Text Example
Text Example
White with #4936DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4936DD; }
p { color: rgb(73,54,221); }
H1.HeaderClassName
{
color: #4936DD;
}
.AnyTagClassName
{
color: #4936DD;
}
</style>
background-color css
<style>
a { background-color: #4936DD; }
a { background-color: rgb(73,54,221); }
div.DivClassName
{
background-color: #4936DD;
}
.BgClassName
{
background-color: #4936DD;
}
</style>
border-color css
<style>
span { border-color: #4936DD; }
span { border-color: rgb(73,54,221); }
td.TdClassName
{
border-color: #4936DD;
}
.TagClassName
{
border-color: #4936DD;
}
</style>