Shades of Neon Pink #F55FCD
Tints of Neon Pink #F55FCD
RGB
CMYK
RGB Variations
Color information
#F55FCD (or 0xF55FCD) is known color: Neon Pink. HEX triplet: F5, 5F and CD. RGB value is (245,95,205). Sum of RGB (Red+Green+Blue) = 245+95+205=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FCD is #0AA032. Grayscale: #989898. Windows color (decimal): -696371 or 13459445. OLE color: 13459445.
HSL color Cylindrical-coordinate representation of color #F55FCD: hue angle of 316º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FCD is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 205 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.04 |
| HSL | 316º | 0.88% | 0.67% | - |
| HSV(B) | 316º | 0.61% | 0.96% | - |
| XYZ | 52.77 | 32 | 61.15 | - |
| YUV | 152.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 205 | 0 | 0.61 | 0.16 | 0.04 | 316 | 0.88 | 0.67 |
| Hex | F5 | 5F | CD | 0 | 3D | 10 | 4 | 13C | 58 | 43 |
| Octal | 365 | 137 | 315 | 0 | 75 | 20 | 4 | 474 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11001101 | 0 | 111101 | 10000 | 100 | 100111100 | 1011000 | 1000011 |
Color Harmonies of #F55FCD
Complementary color
Monochromatic Colors of #F55FCD
Black with #F55FCD
Text Example
Text Example
White with #F55FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FCD; }
p { color: rgb(245,95,205); }
H1.HeaderClassName
{
color: #F55FCD;
}
.AnyTagClassName
{
color: #F55FCD;
}
</style>
background-color css
<style>
a { background-color: #F55FCD; }
a { background-color: rgb(245,95,205); }
div.DivClassName
{
background-color: #F55FCD;
}
.BgClassName
{
background-color: #F55FCD;
}
</style>
border-color css
<style>
span { border-color: #F55FCD; }
span { border-color: rgb(245,95,205); }
td.TdClassName
{
border-color: #F55FCD;
}
.TagClassName
{
border-color: #F55FCD;
}
</style>