Shades of Neon Blue #4938DA
Tints of Neon Blue #4938DA
RGB
CMYK
RGB Variations
Color information
#4938DA (or 0x4938DA) is known color: Neon Blue. HEX triplet: 49, 38 and DA. RGB value is (73,56,218). Sum of RGB (Red+Green+Blue) = 73+56+218=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #4938DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938DA is #B6C725. Grayscale: #4E4E4E. Windows color (decimal): -11978534 or 14301257. OLE color: 14301257.
HSL color Cylindrical-coordinate representation of color #4938DA: hue angle of 246.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4938DA is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 56 | 218 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.15 |
| HSL | 246.3º | 0.69% | 0.54% | - |
| HSV(B) | 246.3º | 0.74% | 0.85% | - |
| XYZ | 16.82 | 9.31 | 67.24 | - |
| YUV | 79.55 | 206.13 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 218 | 0.67 | 0.74 | 0 | 0.15 | 246.3 | 0.69 | 0.54 |
| Hex | 49 | 38 | DA | 43 | 4A | 0 | F | F6 | 45 | 36 |
| Octal | 111 | 70 | 332 | 103 | 112 | 0 | 17 | 366 | 105 | 66 |
| Binary | 1001001 | 111000 | 11011010 | 1000011 | 1001010 | 0 | 1111 | 11110110 | 1000101 | 110110 |
Color Harmonies of #4938DA
Complementary color
Monochromatic Colors of #4938DA
Black with #4938DA
Text Example
Text Example
White with #4938DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4938DA; }
p { color: rgb(73,56,218); }
H1.HeaderClassName
{
color: #4938DA;
}
.AnyTagClassName
{
color: #4938DA;
}
</style>
background-color css
<style>
a { background-color: #4938DA; }
a { background-color: rgb(73,56,218); }
div.DivClassName
{
background-color: #4938DA;
}
.BgClassName
{
background-color: #4938DA;
}
</style>
border-color css
<style>
span { border-color: #4938DA; }
span { border-color: rgb(73,56,218); }
td.TdClassName
{
border-color: #4938DA;
}
.TagClassName
{
border-color: #4938DA;
}
</style>