Shades of Neon Blue #4952E9
Tints of Neon Blue #4952E9
RGB
CMYK
RGB Variations
Color information
#4952E9 (or 0x4952E9) is known color: Neon Blue. HEX triplet: 49, 52 and E9. RGB value is (73,82,233). Sum of RGB (Red+Green+Blue) = 73+82+233=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 233 (91.41% from 255 or 60.05% from 388); Max value from RGB is 233 - color contains mainly: blue. Hex color #4952E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4952E9 is #B6AD16. Grayscale: #5F5F5F. Windows color (decimal): -11971863 or 15290953. OLE color: 15290953.
HSL color Cylindrical-coordinate representation of color #4952E9: hue angle of 236.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4952E9 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 82 | 233 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.09 |
| HSL | 236.63º | 0.78% | 0.6% | - |
| HSV(B) | 236.63º | 0.69% | 0.91% | - |
| XYZ | 20.47 | 13.33 | 78.59 | - |
| YUV | 96.52 | 205.02 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 233 | 0.69 | 0.65 | 0 | 0.09 | 236.63 | 0.78 | 0.6 |
| Hex | 49 | 52 | E9 | 45 | 41 | 0 | 9 | ED | 4E | 3C |
| Octal | 111 | 122 | 351 | 105 | 101 | 0 | 11 | 355 | 116 | 74 |
| Binary | 1001001 | 1010010 | 11101001 | 1000101 | 1000001 | 0 | 1001 | 11101101 | 1001110 | 111100 |
Color Harmonies of #4952E9
Complementary color
Monochromatic Colors of #4952E9
Black with #4952E9
Text Example
Text Example
White with #4952E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4952E9; }
p { color: rgb(73,82,233); }
H1.HeaderClassName
{
color: #4952E9;
}
.AnyTagClassName
{
color: #4952E9;
}
</style>
background-color css
<style>
a { background-color: #4952E9; }
a { background-color: rgb(73,82,233); }
div.DivClassName
{
background-color: #4952E9;
}
.BgClassName
{
background-color: #4952E9;
}
</style>
border-color css
<style>
span { border-color: #4952E9; }
span { border-color: rgb(73,82,233); }
td.TdClassName
{
border-color: #4952E9;
}
.TagClassName
{
border-color: #4952E9;
}
</style>