Shades of Neon Blue #4955EF
Tints of Neon Blue #4955EF
RGB
CMYK
RGB Variations
Color information
#4955EF (or 0x4955EF) is known color: Neon Blue. HEX triplet: 49, 55 and EF. RGB value is (73,85,239). Sum of RGB (Red+Green+Blue) = 73+85+239=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #4955EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4955EF is #B6AA10. Grayscale: #626262. Windows color (decimal): -11971089 or 15684937. OLE color: 15684937.
HSL color Cylindrical-coordinate representation of color #4955EF: hue angle of 235.66º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4955EF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 85 | 239 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.06 |
| HSL | 235.66º | 0.84% | 0.61% | - |
| HSV(B) | 235.66º | 0.69% | 0.94% | - |
| XYZ | 21.58 | 14.15 | 83.25 | - |
| YUV | 98.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 239 | 0.69 | 0.64 | 0 | 0.06 | 235.66 | 0.84 | 0.61 |
| Hex | 49 | 55 | EF | 45 | 40 | 0 | 6 | EC | 54 | 3D |
| Octal | 111 | 125 | 357 | 105 | 100 | 0 | 6 | 354 | 124 | 75 |
| Binary | 1001001 | 1010101 | 11101111 | 1000101 | 1000000 | 0 | 110 | 11101100 | 1010100 | 111101 |
Color Harmonies of #4955EF
Complementary color
Monochromatic Colors of #4955EF
Black with #4955EF
Text Example
Text Example
White with #4955EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955EF; }
p { color: rgb(73,85,239); }
H1.HeaderClassName
{
color: #4955EF;
}
.AnyTagClassName
{
color: #4955EF;
}
</style>
background-color css
<style>
a { background-color: #4955EF; }
a { background-color: rgb(73,85,239); }
div.DivClassName
{
background-color: #4955EF;
}
.BgClassName
{
background-color: #4955EF;
}
</style>
border-color css
<style>
span { border-color: #4955EF; }
span { border-color: rgb(73,85,239); }
td.TdClassName
{
border-color: #4955EF;
}
.TagClassName
{
border-color: #4955EF;
}
</style>