Shades of Neon Blue #4938EF
Tints of Neon Blue #4938EF
RGB
CMYK
RGB Variations
Color information
#4938EF (or 0x4938EF) is known color: Neon Blue. HEX triplet: 49, 38 and EF. RGB value is (73,56,239). Sum of RGB (Red+Green+Blue) = 73+56+239=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #4938EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4938EF is #B6C710. Grayscale: #515151. Windows color (decimal): -11978513 or 15677513. OLE color: 15677513.
HSL color Cylindrical-coordinate representation of color #4938EF: hue angle of 245.57º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4938EF is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 56 | 239 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.06 |
| HSL | 245.57º | 0.85% | 0.58% | - |
| HSV(B) | 245.57º | 0.77% | 0.94% | - |
| XYZ | 19.74 | 10.48 | 82.64 | - |
| YUV | 81.95 | 216.63 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 239 | 0.69 | 0.77 | 0 | 0.06 | 245.57 | 0.85 | 0.58 |
| Hex | 49 | 38 | EF | 45 | 4D | 0 | 6 | F6 | 55 | 3A |
| Octal | 111 | 70 | 357 | 105 | 115 | 0 | 6 | 366 | 125 | 72 |
| Binary | 1001001 | 111000 | 11101111 | 1000101 | 1001101 | 0 | 110 | 11110110 | 1010101 | 111010 |
Color Harmonies of #4938EF
Complementary color
Monochromatic Colors of #4938EF
Black with #4938EF
Text Example
Text Example
White with #4938EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4938EF; }
p { color: rgb(73,56,239); }
H1.HeaderClassName
{
color: #4938EF;
}
.AnyTagClassName
{
color: #4938EF;
}
</style>
background-color css
<style>
a { background-color: #4938EF; }
a { background-color: rgb(73,56,239); }
div.DivClassName
{
background-color: #4938EF;
}
.BgClassName
{
background-color: #4938EF;
}
</style>
border-color css
<style>
span { border-color: #4938EF; }
span { border-color: rgb(73,56,239); }
td.TdClassName
{
border-color: #4938EF;
}
.TagClassName
{
border-color: #4938EF;
}
</style>