Shades of Neon Pink #F55DCA
Tints of Neon Pink #F55DCA
RGB
CMYK
RGB Variations
Color information
#F55DCA (or 0xF55DCA) is known color: Neon Pink. HEX triplet: F5, 5D and CA. RGB value is (245,93,202). Sum of RGB (Red+Green+Blue) = 245+93+202=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DCA is #0AA235. Grayscale: #969696. Windows color (decimal): -696886 or 13262325. OLE color: 13262325.
HSL color Cylindrical-coordinate representation of color #F55DCA: hue angle of 316.97º 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 #F55DCA is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 202 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.04 |
| HSL | 316.97º | 0.88% | 0.66% | - |
| HSV(B) | 316.97º | 0.62% | 0.96% | - |
| XYZ | 52.23 | 31.51 | 59.21 | - |
| YUV | 150.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 202 | 0 | 0.62 | 0.18 | 0.04 | 316.97 | 0.88 | 0.66 |
| Hex | F5 | 5D | CA | 0 | 3E | 12 | 4 | 13D | 58 | 42 |
| Octal | 365 | 135 | 312 | 0 | 76 | 22 | 4 | 475 | 130 | 102 |
| Binary | 11110101 | 1011101 | 11001010 | 0 | 111110 | 10010 | 100 | 100111101 | 1011000 | 1000010 |
Color Harmonies of #F55DCA
Complementary color
Monochromatic Colors of #F55DCA
Black with #F55DCA
Text Example
Text Example
White with #F55DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DCA; }
p { color: rgb(245,93,202); }
H1.HeaderClassName
{
color: #F55DCA;
}
.AnyTagClassName
{
color: #F55DCA;
}
</style>
background-color css
<style>
a { background-color: #F55DCA; }
a { background-color: rgb(245,93,202); }
div.DivClassName
{
background-color: #F55DCA;
}
.BgClassName
{
background-color: #F55DCA;
}
</style>
border-color css
<style>
span { border-color: #F55DCA; }
span { border-color: rgb(245,93,202); }
td.TdClassName
{
border-color: #F55DCA;
}
.TagClassName
{
border-color: #F55DCA;
}
</style>