Shades of Neon Blue #4955EE
Tints of Neon Blue #4955EE
RGB
CMYK
RGB Variations
Color information
#4955EE (or 0x4955EE) is known color: Neon Blue. HEX triplet: 49, 55 and EE. RGB value is (73,85,238). Sum of RGB (Red+Green+Blue) = 73+85+238=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #4955EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4955EE is #B6AA11. Grayscale: #626262. Windows color (decimal): -11971090 or 15619401. OLE color: 15619401.
HSL color Cylindrical-coordinate representation of color #4955EE: hue angle of 235.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4955EE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 85 | 238 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.07 |
| HSL | 235.64º | 0.83% | 0.61% | - |
| HSV(B) | 235.64º | 0.69% | 0.93% | - |
| XYZ | 21.43 | 14.09 | 82.48 | - |
| YUV | 98.85 | 206.52 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 238 | 0.69 | 0.64 | 0 | 0.07 | 235.64 | 0.83 | 0.61 |
| Hex | 49 | 55 | EE | 45 | 40 | 0 | 7 | EC | 53 | 3D |
| Octal | 111 | 125 | 356 | 105 | 100 | 0 | 7 | 354 | 123 | 75 |
| Binary | 1001001 | 1010101 | 11101110 | 1000101 | 1000000 | 0 | 111 | 11101100 | 1010011 | 111101 |
Color Harmonies of #4955EE
Complementary color
Monochromatic Colors of #4955EE
Black with #4955EE
Text Example
Text Example
White with #4955EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955EE; }
p { color: rgb(73,85,238); }
H1.HeaderClassName
{
color: #4955EE;
}
.AnyTagClassName
{
color: #4955EE;
}
</style>
background-color css
<style>
a { background-color: #4955EE; }
a { background-color: rgb(73,85,238); }
div.DivClassName
{
background-color: #4955EE;
}
.BgClassName
{
background-color: #4955EE;
}
</style>
border-color css
<style>
span { border-color: #4955EE; }
span { border-color: rgb(73,85,238); }
td.TdClassName
{
border-color: #4955EE;
}
.TagClassName
{
border-color: #4955EE;
}
</style>