Shades of Neon Pink #F45FCD
Tints of Neon Pink #F45FCD
RGB
CMYK
RGB Variations
Color information
#F45FCD (or 0xF45FCD) is known color: Neon Pink. HEX triplet: F4, 5F and CD. RGB value is (244,95,205). Sum of RGB (Red+Green+Blue) = 244+95+205=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45FCD is #0BA032. Grayscale: #979797. Windows color (decimal): -761907 or 13459444. OLE color: 13459444.
HSL color Cylindrical-coordinate representation of color #F45FCD: hue angle of 315.7º 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 #F45FCD is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 205 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.04 |
| HSL | 315.7º | 0.87% | 0.66% | - |
| HSV(B) | 315.7º | 0.61% | 0.96% | - |
| XYZ | 52.42 | 31.83 | 61.14 | - |
| YUV | 152.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 205 | 0 | 0.61 | 0.16 | 0.04 | 315.7 | 0.87 | 0.66 |
| Hex | F4 | 5F | CD | 0 | 3D | 10 | 4 | 13C | 57 | 42 |
| Octal | 364 | 137 | 315 | 0 | 75 | 20 | 4 | 474 | 127 | 102 |
| Binary | 11110100 | 1011111 | 11001101 | 0 | 111101 | 10000 | 100 | 100111100 | 1010111 | 1000010 |
Color Harmonies of #F45FCD
Complementary color
Monochromatic Colors of #F45FCD
Black with #F45FCD
Text Example
Text Example
White with #F45FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45FCD; }
p { color: rgb(244,95,205); }
H1.HeaderClassName
{
color: #F45FCD;
}
.AnyTagClassName
{
color: #F45FCD;
}
</style>
background-color css
<style>
a { background-color: #F45FCD; }
a { background-color: rgb(244,95,205); }
div.DivClassName
{
background-color: #F45FCD;
}
.BgClassName
{
background-color: #F45FCD;
}
</style>
border-color css
<style>
span { border-color: #F45FCD; }
span { border-color: rgb(244,95,205); }
td.TdClassName
{
border-color: #F45FCD;
}
.TagClassName
{
border-color: #F45FCD;
}
</style>