Shades of Neon Pink #F55CCE
Tints of Neon Pink #F55CCE
RGB
CMYK
RGB Variations
Color information
#F55CCE (or 0xF55CCE) is known color: Neon Pink. HEX triplet: F5, 5C and CE. RGB value is (245,92,206). Sum of RGB (Red+Green+Blue) = 245+92+206=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CCE is #0AA331. Grayscale: #969696. Windows color (decimal): -697138 or 13524213. OLE color: 13524213.
HSL color Cylindrical-coordinate representation of color #F55CCE: hue angle of 315.29º 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 #F55CCE is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 206 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.04 |
| HSL | 315.29º | 0.88% | 0.66% | - |
| HSV(B) | 315.29º | 0.62% | 0.96% | - |
| XYZ | 52.62 | 31.52 | 61.7 | - |
| YUV | 150.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 206 | 0 | 0.62 | 0.16 | 0.04 | 315.29 | 0.88 | 0.66 |
| Hex | F5 | 5C | CE | 0 | 3E | 10 | 4 | 13B | 58 | 42 |
| Octal | 365 | 134 | 316 | 0 | 76 | 20 | 4 | 473 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11001110 | 0 | 111110 | 10000 | 100 | 100111011 | 1011000 | 1000010 |
Color Harmonies of #F55CCE
Complementary color
Monochromatic Colors of #F55CCE
Black with #F55CCE
Text Example
Text Example
White with #F55CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CCE; }
p { color: rgb(245,92,206); }
H1.HeaderClassName
{
color: #F55CCE;
}
.AnyTagClassName
{
color: #F55CCE;
}
</style>
background-color css
<style>
a { background-color: #F55CCE; }
a { background-color: rgb(245,92,206); }
div.DivClassName
{
background-color: #F55CCE;
}
.BgClassName
{
background-color: #F55CCE;
}
</style>
border-color css
<style>
span { border-color: #F55CCE; }
span { border-color: rgb(245,92,206); }
td.TdClassName
{
border-color: #F55CCE;
}
.TagClassName
{
border-color: #F55CCE;
}
</style>