Shades of Neon Pink #F45CCD
Tints of Neon Pink #F45CCD
RGB
CMYK
RGB Variations
Color information
#F45CCD (or 0xF45CCD) is known color: Neon Pink. HEX triplet: F4, 5C and CD. RGB value is (244,92,205). Sum of RGB (Red+Green+Blue) = 244+92+205=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45CCD is #0BA332. Grayscale: #969696. Windows color (decimal): -762675 or 13458676. OLE color: 13458676.
HSL color Cylindrical-coordinate representation of color #F45CCD: hue angle of 315.39º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45CCD is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 205 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.04 |
| HSL | 315.39º | 0.87% | 0.66% | - |
| HSV(B) | 315.39º | 0.62% | 0.96% | - |
| XYZ | 52.15 | 31.3 | 61.05 | - |
| YUV | 150.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 205 | 0 | 0.62 | 0.16 | 0.04 | 315.39 | 0.87 | 0.66 |
| Hex | F4 | 5C | CD | 0 | 3E | 10 | 4 | 13B | 57 | 42 |
| Octal | 364 | 134 | 315 | 0 | 76 | 20 | 4 | 473 | 127 | 102 |
| Binary | 11110100 | 1011100 | 11001101 | 0 | 111110 | 10000 | 100 | 100111011 | 1010111 | 1000010 |
Color Harmonies of #F45CCD
Complementary color
Monochromatic Colors of #F45CCD
Black with #F45CCD
Text Example
Text Example
White with #F45CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CCD; }
p { color: rgb(244,92,205); }
H1.HeaderClassName
{
color: #F45CCD;
}
.AnyTagClassName
{
color: #F45CCD;
}
</style>
background-color css
<style>
a { background-color: #F45CCD; }
a { background-color: rgb(244,92,205); }
div.DivClassName
{
background-color: #F45CCD;
}
.BgClassName
{
background-color: #F45CCD;
}
</style>
border-color css
<style>
span { border-color: #F45CCD; }
span { border-color: rgb(244,92,205); }
td.TdClassName
{
border-color: #F45CCD;
}
.TagClassName
{
border-color: #F45CCD;
}
</style>