Shades of Neon Pink #FF60DE
Tints of Neon Pink #FF60DE
RGB
CMYK
RGB Variations
Color information
#FF60DE (or 0xFF60DE) is known color: Neon Pink. HEX triplet: FF, 60 and DE. RGB value is (255,96,222). Sum of RGB (Red+Green+Blue) = 255+96+222=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60DE is #009F21. Grayscale: #9D9D9D. Windows color (decimal): -40738 or 14573823. OLE color: 14573823.
HSL color Cylindrical-coordinate representation of color #FF60DE: hue angle of 312.45º 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 #FF60DE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 222 | - |
| CMYK | 0 | 0.62 | 0.13 | 0 |
| HSL | 312.45º | 1% | 0.69% | - |
| HSV(B) | 312.45º | 0.62% | 1% | - |
| XYZ | 58.61 | 34.9 | 72.75 | - |
| YUV | 157.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 222 | 0 | 0.62 | 0.13 | 0 | 312.45 | 1 | 0.69 |
| Hex | FF | 60 | DE | 0 | 3E | D | 0 | 138 | 64 | 45 |
| Octal | 377 | 140 | 336 | 0 | 76 | 15 | 0 | 470 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11011110 | 0 | 111110 | 1101 | 0 | 100111000 | 1100100 | 1000101 |
Color Harmonies of #FF60DE
Complementary color
Monochromatic Colors of #FF60DE
Black with #FF60DE
Text Example
Text Example
White with #FF60DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60DE; }
p { color: rgb(255,96,222); }
H1.HeaderClassName
{
color: #FF60DE;
}
.AnyTagClassName
{
color: #FF60DE;
}
</style>
background-color css
<style>
a { background-color: #FF60DE; }
a { background-color: rgb(255,96,222); }
div.DivClassName
{
background-color: #FF60DE;
}
.BgClassName
{
background-color: #FF60DE;
}
</style>
border-color css
<style>
span { border-color: #FF60DE; }
span { border-color: rgb(255,96,222); }
td.TdClassName
{
border-color: #FF60DE;
}
.TagClassName
{
border-color: #FF60DE;
}
</style>