Shades of Neon Blue #4936FF
Tints of Neon Blue #4936FF
RGB
CMYK
RGB Variations
Color information
#4936FF (or 0x4936FF) is known color: Neon Blue. HEX triplet: 49, 36 and FF. RGB value is (73,54,255). Sum of RGB (Red+Green+Blue) = 73+54+255=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #4936FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4936FF is #B6C900. Grayscale: #515151. Windows color (decimal): -11979009 or 16725577. OLE color: 16725577.
HSL color Cylindrical-coordinate representation of color #4936FF: hue angle of 245.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4936FF is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 54 | 255 | - |
| CMYK | 0.71 | 0.79 | 0 | 0 |
| HSL | 245.67º | 1% | 0.61% | - |
| HSV(B) | 245.67º | 0.79% | 1% | - |
| XYZ | 22.12 | 11.27 | 95.62 | - |
| YUV | 82.6 | 225.29 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 255 | 0.71 | 0.79 | 0 | 0 | 245.67 | 1 | 0.61 |
| Hex | 49 | 36 | FF | 47 | 4F | 0 | 0 | F6 | 64 | 3D |
| Octal | 111 | 66 | 377 | 107 | 117 | 0 | 0 | 366 | 144 | 75 |
| Binary | 1001001 | 110110 | 11111111 | 1000111 | 1001111 | 0 | 0 | 11110110 | 1100100 | 111101 |
Color Harmonies of #4936FF
Complementary color
Monochromatic Colors of #4936FF
Black with #4936FF
Text Example
Text Example
White with #4936FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4936FF; }
p { color: rgb(73,54,255); }
H1.HeaderClassName
{
color: #4936FF;
}
.AnyTagClassName
{
color: #4936FF;
}
</style>
background-color css
<style>
a { background-color: #4936FF; }
a { background-color: rgb(73,54,255); }
div.DivClassName
{
background-color: #4936FF;
}
.BgClassName
{
background-color: #4936FF;
}
</style>
border-color css
<style>
span { border-color: #4936FF; }
span { border-color: rgb(73,54,255); }
td.TdClassName
{
border-color: #4936FF;
}
.TagClassName
{
border-color: #4936FF;
}
</style>