Shades of Neon Blue #4955FF
Tints of Neon Blue #4955FF
RGB
CMYK
RGB Variations
Color information
#4955FF (or 0x4955FF) is known color: Neon Blue. HEX triplet: 49, 55 and FF. RGB value is (73,85,255). Sum of RGB (Red+Green+Blue) = 73+85+255=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #4955FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4955FF is #B6AA00. Grayscale: #646464. Windows color (decimal): -11971073 or 16733513. OLE color: 16733513.
HSL color Cylindrical-coordinate representation of color #4955FF: hue angle of 236.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4955FF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 85 | 255 | - |
| CMYK | 0.71 | 0.67 | 0 | 0 |
| HSL | 236.04º | 1% | 0.64% | - |
| HSV(B) | 236.04º | 0.71% | 1% | - |
| XYZ | 24.05 | 15.13 | 96.26 | - |
| YUV | 100.79 | 215.02 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 255 | 0.71 | 0.67 | 0 | 0 | 236.04 | 1 | 0.64 |
| Hex | 49 | 55 | FF | 47 | 43 | 0 | 0 | EC | 64 | 40 |
| Octal | 111 | 125 | 377 | 107 | 103 | 0 | 0 | 354 | 144 | 100 |
| Binary | 1001001 | 1010101 | 11111111 | 1000111 | 1000011 | 0 | 0 | 11101100 | 1100100 | 1000000 |
Color Harmonies of #4955FF
Complementary color
Monochromatic Colors of #4955FF
Black with #4955FF
Text Example
Text Example
White with #4955FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955FF; }
p { color: rgb(73,85,255); }
H1.HeaderClassName
{
color: #4955FF;
}
.AnyTagClassName
{
color: #4955FF;
}
</style>
background-color css
<style>
a { background-color: #4955FF; }
a { background-color: rgb(73,85,255); }
div.DivClassName
{
background-color: #4955FF;
}
.BgClassName
{
background-color: #4955FF;
}
</style>
border-color css
<style>
span { border-color: #4955FF; }
span { border-color: rgb(73,85,255); }
td.TdClassName
{
border-color: #4955FF;
}
.TagClassName
{
border-color: #4955FF;
}
</style>