Shades of Neon Pink #F45ECD
Tints of Neon Pink #F45ECD
RGB
CMYK
RGB Variations
Color information
#F45ECD (or 0xF45ECD) is known color: Neon Pink. HEX triplet: F4, 5E and CD. RGB value is (244,94,205). Sum of RGB (Red+Green+Blue) = 244+94+205=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ECD is #0BA132. Grayscale: #979797. Windows color (decimal): -762163 or 13459188. OLE color: 13459188.
HSL color Cylindrical-coordinate representation of color #F45ECD: hue angle of 315.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45ECD is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 205 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.04 |
| HSL | 315.6º | 0.87% | 0.66% | - |
| HSV(B) | 315.6º | 0.61% | 0.96% | - |
| XYZ | 52.33 | 31.65 | 61.11 | - |
| YUV | 151.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 205 | 0 | 0.61 | 0.16 | 0.04 | 315.6 | 0.87 | 0.66 |
| Hex | F4 | 5E | CD | 0 | 3D | 10 | 4 | 13C | 57 | 42 |
| Octal | 364 | 136 | 315 | 0 | 75 | 20 | 4 | 474 | 127 | 102 |
| Binary | 11110100 | 1011110 | 11001101 | 0 | 111101 | 10000 | 100 | 100111100 | 1010111 | 1000010 |
Color Harmonies of #F45ECD
Complementary color
Monochromatic Colors of #F45ECD
Black with #F45ECD
Text Example
Text Example
White with #F45ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45ECD; }
p { color: rgb(244,94,205); }
H1.HeaderClassName
{
color: #F45ECD;
}
.AnyTagClassName
{
color: #F45ECD;
}
</style>
background-color css
<style>
a { background-color: #F45ECD; }
a { background-color: rgb(244,94,205); }
div.DivClassName
{
background-color: #F45ECD;
}
.BgClassName
{
background-color: #F45ECD;
}
</style>
border-color css
<style>
span { border-color: #F45ECD; }
span { border-color: rgb(244,94,205); }
td.TdClassName
{
border-color: #F45ECD;
}
.TagClassName
{
border-color: #F45ECD;
}
</style>