Shades of Neon Pink #FF60D4
Tints of Neon Pink #FF60D4
RGB
CMYK
RGB Variations
Color information
#FF60D4 (or 0xFF60D4) is known color: Neon Pink. HEX triplet: FF, 60 and D4. RGB value is (255,96,212). Sum of RGB (Red+Green+Blue) = 255+96+212=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 96 (37.89% from 255 or 17.05% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60D4 is #009F2B. Grayscale: #9C9C9C. Windows color (decimal): -40748 or 13918463. OLE color: 13918463.
HSL color Cylindrical-coordinate representation of color #FF60D4: hue angle of 316.23º 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 #FF60D4 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 212 | - |
| CMYK | 0 | 0.62 | 0.17 | 0 |
| HSL | 316.23º | 1% | 0.69% | - |
| HSV(B) | 316.23º | 0.62% | 1% | - |
| XYZ | 57.31 | 34.38 | 65.9 | - |
| YUV | 156.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 212 | 0 | 0.62 | 0.17 | 0 | 316.23 | 1 | 0.69 |
| Hex | FF | 60 | D4 | 0 | 3E | 11 | 0 | 13C | 64 | 45 |
| Octal | 377 | 140 | 324 | 0 | 76 | 21 | 0 | 474 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11010100 | 0 | 111110 | 10001 | 0 | 100111100 | 1100100 | 1000101 |
Color Harmonies of #FF60D4
Complementary color
Monochromatic Colors of #FF60D4
Black with #FF60D4
Text Example
Text Example
White with #FF60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60D4; }
p { color: rgb(255,96,212); }
H1.HeaderClassName
{
color: #FF60D4;
}
.AnyTagClassName
{
color: #FF60D4;
}
</style>
background-color css
<style>
a { background-color: #FF60D4; }
a { background-color: rgb(255,96,212); }
div.DivClassName
{
background-color: #FF60D4;
}
.BgClassName
{
background-color: #FF60D4;
}
</style>
border-color css
<style>
span { border-color: #FF60D4; }
span { border-color: rgb(255,96,212); }
td.TdClassName
{
border-color: #FF60D4;
}
.TagClassName
{
border-color: #FF60D4;
}
</style>