Shades of Neon Pink #FF60D8
Tints of Neon Pink #FF60D8
RGB
CMYK
RGB Variations
Color information
#FF60D8 (or 0xFF60D8) is known color: Neon Pink. HEX triplet: FF, 60 and D8. RGB value is (255,96,216). Sum of RGB (Red+Green+Blue) = 255+96+216=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60D8 is #009F27. Grayscale: #9C9C9C. Windows color (decimal): -40744 or 14180607. OLE color: 14180607.
HSL color Cylindrical-coordinate representation of color #FF60D8: hue angle of 314.72º 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 #FF60D8 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 216 | - |
| CMYK | 0 | 0.62 | 0.15 | 0 |
| HSL | 314.72º | 1% | 0.69% | - |
| HSV(B) | 314.72º | 0.62% | 1% | - |
| XYZ | 57.82 | 34.58 | 68.59 | - |
| YUV | 157.22 | 161.18 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 216 | 0 | 0.62 | 0.15 | 0 | 314.72 | 1 | 0.69 |
| Hex | FF | 60 | D8 | 0 | 3E | F | 0 | 13B | 64 | 45 |
| Octal | 377 | 140 | 330 | 0 | 76 | 17 | 0 | 473 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11011000 | 0 | 111110 | 1111 | 0 | 100111011 | 1100100 | 1000101 |
Color Harmonies of #FF60D8
Complementary color
Monochromatic Colors of #FF60D8
Black with #FF60D8
Text Example
Text Example
White with #FF60D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60D8; }
p { color: rgb(255,96,216); }
H1.HeaderClassName
{
color: #FF60D8;
}
.AnyTagClassName
{
color: #FF60D8;
}
</style>
background-color css
<style>
a { background-color: #FF60D8; }
a { background-color: rgb(255,96,216); }
div.DivClassName
{
background-color: #FF60D8;
}
.BgClassName
{
background-color: #FF60D8;
}
</style>
border-color css
<style>
span { border-color: #FF60D8; }
span { border-color: rgb(255,96,216); }
td.TdClassName
{
border-color: #FF60D8;
}
.TagClassName
{
border-color: #FF60D8;
}
</style>