Shades of Neon Pink #FF55CF
Tints of Neon Pink #FF55CF
RGB
CMYK
RGB Variations
Color information
#FF55CF (or 0xFF55CF) is known color: Neon Pink. HEX triplet: FF, 55 and CF. RGB value is (255,85,207). Sum of RGB (Red+Green+Blue) = 255+85+207=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55CF is #00AA30. Grayscale: #959595. Windows color (decimal): -43569 or 13587967. OLE color: 13587967.
HSL color Cylindrical-coordinate representation of color #FF55CF: hue angle of 316.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55CF is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 207 | - |
| CMYK | 0 | 0.67 | 0.19 | 0 |
| HSL | 316.94º | 1% | 0.67% | - |
| HSV(B) | 316.94º | 0.67% | 1% | - |
| XYZ | 55.75 | 32.26 | 62.32 | - |
| YUV | 149.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 207 | 0 | 0.67 | 0.19 | 0 | 316.94 | 1 | 0.67 |
| Hex | FF | 55 | CF | 0 | 43 | 13 | 0 | 13D | 64 | 43 |
| Octal | 377 | 125 | 317 | 0 | 103 | 23 | 0 | 475 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11001111 | 0 | 1000011 | 10011 | 0 | 100111101 | 1100100 | 1000011 |
Color Harmonies of #FF55CF
Complementary color
Monochromatic Colors of #FF55CF
Black with #FF55CF
Text Example
Text Example
White with #FF55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55CF; }
p { color: rgb(255,85,207); }
H1.HeaderClassName
{
color: #FF55CF;
}
.AnyTagClassName
{
color: #FF55CF;
}
</style>
background-color css
<style>
a { background-color: #FF55CF; }
a { background-color: rgb(255,85,207); }
div.DivClassName
{
background-color: #FF55CF;
}
.BgClassName
{
background-color: #FF55CF;
}
</style>
border-color css
<style>
span { border-color: #FF55CF; }
span { border-color: rgb(255,85,207); }
td.TdClassName
{
border-color: #FF55CF;
}
.TagClassName
{
border-color: #FF55CF;
}
</style>