Shades of Neon Blue #4955F9
Tints of Neon Blue #4955F9
RGB
CMYK
RGB Variations
Color information
#4955F9 (or 0x4955F9) is known color: Neon Blue. HEX triplet: 49, 55 and F9. RGB value is (73,85,249). Sum of RGB (Red+Green+Blue) = 73+85+249=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #4955F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4955F9 is #B6AA06. Grayscale: #636363. Windows color (decimal): -11971079 or 16340297. OLE color: 16340297.
HSL color Cylindrical-coordinate representation of color #4955F9: hue angle of 235.91º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4955F9 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 85 | 249 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.02 |
| HSL | 235.91º | 0.94% | 0.63% | - |
| HSV(B) | 235.91º | 0.71% | 0.98% | - |
| XYZ | 23.1 | 14.75 | 91.25 | - |
| YUV | 100.11 | 212.02 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 249 | 0.71 | 0.66 | 0 | 0.02 | 235.91 | 0.94 | 0.63 |
| Hex | 49 | 55 | F9 | 47 | 42 | 0 | 2 | EC | 5E | 3F |
| Octal | 111 | 125 | 371 | 107 | 102 | 0 | 2 | 354 | 136 | 77 |
| Binary | 1001001 | 1010101 | 11111001 | 1000111 | 1000010 | 0 | 10 | 11101100 | 1011110 | 111111 |
Color Harmonies of #4955F9
Complementary color
Monochromatic Colors of #4955F9
Black with #4955F9
Text Example
Text Example
White with #4955F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955F9; }
p { color: rgb(73,85,249); }
H1.HeaderClassName
{
color: #4955F9;
}
.AnyTagClassName
{
color: #4955F9;
}
</style>
background-color css
<style>
a { background-color: #4955F9; }
a { background-color: rgb(73,85,249); }
div.DivClassName
{
background-color: #4955F9;
}
.BgClassName
{
background-color: #4955F9;
}
</style>
border-color css
<style>
span { border-color: #4955F9; }
span { border-color: rgb(73,85,249); }
td.TdClassName
{
border-color: #4955F9;
}
.TagClassName
{
border-color: #4955F9;
}
</style>