Shades of Neon Blue #4937DA
Tints of Neon Blue #4937DA
RGB
CMYK
RGB Variations
Color information
#4937DA (or 0x4937DA) is known color: Neon Blue. HEX triplet: 49, 37 and DA. RGB value is (73,55,218). Sum of RGB (Red+Green+Blue) = 73+55+218=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #4937DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4937DA is #B6C825. Grayscale: #4E4E4E. Windows color (decimal): -11978790 or 14301001. OLE color: 14301001.
HSL color Cylindrical-coordinate representation of color #4937DA: hue angle of 246.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4937DA is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 55 | 218 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.15 |
| HSL | 246.63º | 0.69% | 0.54% | - |
| HSV(B) | 246.63º | 0.75% | 0.85% | - |
| XYZ | 16.77 | 9.21 | 67.22 | - |
| YUV | 78.96 | 206.46 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 218 | 0.67 | 0.75 | 0 | 0.15 | 246.63 | 0.69 | 0.54 |
| Hex | 49 | 37 | DA | 43 | 4B | 0 | F | F7 | 45 | 36 |
| Octal | 111 | 67 | 332 | 103 | 113 | 0 | 17 | 367 | 105 | 66 |
| Binary | 1001001 | 110111 | 11011010 | 1000011 | 1001011 | 0 | 1111 | 11110111 | 1000101 | 110110 |
Color Harmonies of #4937DA
Complementary color
Monochromatic Colors of #4937DA
Black with #4937DA
Text Example
Text Example
White with #4937DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4937DA; }
p { color: rgb(73,55,218); }
H1.HeaderClassName
{
color: #4937DA;
}
.AnyTagClassName
{
color: #4937DA;
}
</style>
background-color css
<style>
a { background-color: #4937DA; }
a { background-color: rgb(73,55,218); }
div.DivClassName
{
background-color: #4937DA;
}
.BgClassName
{
background-color: #4937DA;
}
</style>
border-color css
<style>
span { border-color: #4937DA; }
span { border-color: rgb(73,55,218); }
td.TdClassName
{
border-color: #4937DA;
}
.TagClassName
{
border-color: #4937DA;
}
</style>