Shades of Neon Pink #F55CCC
Tints of Neon Pink #F55CCC
RGB
CMYK
RGB Variations
Color information
#F55CCC (or 0xF55CCC) is known color: Neon Pink. HEX triplet: F5, 5C and CC. RGB value is (245,92,204). Sum of RGB (Red+Green+Blue) = 245+92+204=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CCC is #0AA333. Grayscale: #969696. Windows color (decimal): -697140 or 13393141. OLE color: 13393141.
HSL color Cylindrical-coordinate representation of color #F55CCC: hue angle of 316.08º 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 #F55CCC is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 204 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.04 |
| HSL | 316.08º | 0.88% | 0.66% | - |
| HSV(B) | 316.08º | 0.62% | 0.96% | - |
| XYZ | 52.38 | 31.43 | 60.43 | - |
| YUV | 150.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 204 | 0 | 0.62 | 0.17 | 0.04 | 316.08 | 0.88 | 0.66 |
| Hex | F5 | 5C | CC | 0 | 3E | 11 | 4 | 13C | 58 | 42 |
| Octal | 365 | 134 | 314 | 0 | 76 | 21 | 4 | 474 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11001100 | 0 | 111110 | 10001 | 100 | 100111100 | 1011000 | 1000010 |
Color Harmonies of #F55CCC
Complementary color
Monochromatic Colors of #F55CCC
Black with #F55CCC
Text Example
Text Example
White with #F55CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CCC; }
p { color: rgb(245,92,204); }
H1.HeaderClassName
{
color: #F55CCC;
}
.AnyTagClassName
{
color: #F55CCC;
}
</style>
background-color css
<style>
a { background-color: #F55CCC; }
a { background-color: rgb(245,92,204); }
div.DivClassName
{
background-color: #F55CCC;
}
.BgClassName
{
background-color: #F55CCC;
}
</style>
border-color css
<style>
span { border-color: #F55CCC; }
span { border-color: rgb(245,92,204); }
td.TdClassName
{
border-color: #F55CCC;
}
.TagClassName
{
border-color: #F55CCC;
}
</style>