Shades of Neon Pink #FF60CF
Tints of Neon Pink #FF60CF
RGB
CMYK
RGB Variations
Color information
#FF60CF (or 0xFF60CF) is known color: Neon Pink. HEX triplet: FF, 60 and CF. RGB value is (255,96,207). Sum of RGB (Red+Green+Blue) = 255+96+207=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60CF is #009F30. Grayscale: #9B9B9B. Windows color (decimal): -40753 or 13590783. OLE color: 13590783.
HSL color Cylindrical-coordinate representation of color #FF60CF: hue angle of 318.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60CF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 207 | - |
| CMYK | 0 | 0.62 | 0.19 | 0 |
| HSL | 318.11º | 1% | 0.69% | - |
| HSV(B) | 318.11º | 0.62% | 1% | - |
| XYZ | 56.69 | 34.13 | 62.63 | - |
| YUV | 156.2 | 156.68 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 207 | 0 | 0.62 | 0.19 | 0 | 318.11 | 1 | 0.69 |
| Hex | FF | 60 | CF | 0 | 3E | 13 | 0 | 13E | 64 | 45 |
| Octal | 377 | 140 | 317 | 0 | 76 | 23 | 0 | 476 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11001111 | 0 | 111110 | 10011 | 0 | 100111110 | 1100100 | 1000101 |
Color Harmonies of #FF60CF
Complementary color
Monochromatic Colors of #FF60CF
Black with #FF60CF
Text Example
Text Example
White with #FF60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60CF; }
p { color: rgb(255,96,207); }
H1.HeaderClassName
{
color: #FF60CF;
}
.AnyTagClassName
{
color: #FF60CF;
}
</style>
background-color css
<style>
a { background-color: #FF60CF; }
a { background-color: rgb(255,96,207); }
div.DivClassName
{
background-color: #FF60CF;
}
.BgClassName
{
background-color: #FF60CF;
}
</style>
border-color css
<style>
span { border-color: #FF60CF; }
span { border-color: rgb(255,96,207); }
td.TdClassName
{
border-color: #FF60CF;
}
.TagClassName
{
border-color: #FF60CF;
}
</style>