Shades of Neon Pink #F55CCD
Tints of Neon Pink #F55CCD
RGB
CMYK
RGB Variations
Color information
#F55CCD (or 0xF55CCD) is known color: Neon Pink. HEX triplet: F5, 5C and CD. RGB value is (245,92,205). Sum of RGB (Red+Green+Blue) = 245+92+205=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CCD is #0AA332. Grayscale: #969696. Windows color (decimal): -697139 or 13458677. OLE color: 13458677.
HSL color Cylindrical-coordinate representation of color #F55CCD: hue angle of 315.69º degrees, saturation: 0.88, 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 #F55CCD is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 205 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.04 |
| HSL | 315.69º | 0.88% | 0.66% | - |
| HSV(B) | 315.69º | 0.62% | 0.96% | - |
| XYZ | 52.5 | 31.47 | 61.07 | - |
| YUV | 150.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 205 | 0 | 0.62 | 0.16 | 0.04 | 315.69 | 0.88 | 0.66 |
| Hex | F5 | 5C | CD | 0 | 3E | 10 | 4 | 13C | 58 | 42 |
| Octal | 365 | 134 | 315 | 0 | 76 | 20 | 4 | 474 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11001101 | 0 | 111110 | 10000 | 100 | 100111100 | 1011000 | 1000010 |
Color Harmonies of #F55CCD
Complementary color
Monochromatic Colors of #F55CCD
Black with #F55CCD
Text Example
Text Example
White with #F55CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CCD; }
p { color: rgb(245,92,205); }
H1.HeaderClassName
{
color: #F55CCD;
}
.AnyTagClassName
{
color: #F55CCD;
}
</style>
background-color css
<style>
a { background-color: #F55CCD; }
a { background-color: rgb(245,92,205); }
div.DivClassName
{
background-color: #F55CCD;
}
.BgClassName
{
background-color: #F55CCD;
}
</style>
border-color css
<style>
span { border-color: #F55CCD; }
span { border-color: rgb(245,92,205); }
td.TdClassName
{
border-color: #F55CCD;
}
.TagClassName
{
border-color: #F55CCD;
}
</style>