Shades of Neon Blue #4937DF
Tints of Neon Blue #4937DF
RGB
CMYK
RGB Variations
Color information
#4937DF (or 0x4937DF) is known color: Neon Blue. HEX triplet: 49, 37 and DF. RGB value is (73,55,223). Sum of RGB (Red+Green+Blue) = 73+55+223=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #4937DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4937DF is #B6C820. Grayscale: #4E4E4E. Windows color (decimal): -11978785 or 14628681. OLE color: 14628681.
HSL color Cylindrical-coordinate representation of color #4937DF: hue angle of 246.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4937DF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 55 | 223 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.13 |
| HSL | 246.43º | 0.72% | 0.55% | - |
| HSV(B) | 246.43º | 0.75% | 0.87% | - |
| XYZ | 17.43 | 9.48 | 70.72 | - |
| YUV | 79.53 | 208.96 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 223 | 0.67 | 0.75 | 0 | 0.13 | 246.43 | 0.72 | 0.55 |
| Hex | 49 | 37 | DF | 43 | 4B | 0 | D | F6 | 48 | 37 |
| Octal | 111 | 67 | 337 | 103 | 113 | 0 | 15 | 366 | 110 | 67 |
| Binary | 1001001 | 110111 | 11011111 | 1000011 | 1001011 | 0 | 1101 | 11110110 | 1001000 | 110111 |
Color Harmonies of #4937DF
Complementary color
Monochromatic Colors of #4937DF
Black with #4937DF
Text Example
Text Example
White with #4937DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4937DF; }
p { color: rgb(73,55,223); }
H1.HeaderClassName
{
color: #4937DF;
}
.AnyTagClassName
{
color: #4937DF;
}
</style>
background-color css
<style>
a { background-color: #4937DF; }
a { background-color: rgb(73,55,223); }
div.DivClassName
{
background-color: #4937DF;
}
.BgClassName
{
background-color: #4937DF;
}
</style>
border-color css
<style>
span { border-color: #4937DF; }
span { border-color: rgb(73,55,223); }
td.TdClassName
{
border-color: #4937DF;
}
.TagClassName
{
border-color: #4937DF;
}
</style>