Shades of Neon Pink #FE60D1
Tints of Neon Pink #FE60D1
RGB
CMYK
RGB Variations
Color information
#FE60D1 (or 0xFE60D1) is known color: Neon Pink. HEX triplet: FE, 60 and D1. RGB value is (254,96,209). Sum of RGB (Red+Green+Blue) = 254+96+209=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60D1 is #019F2E. Grayscale: #9B9B9B. Windows color (decimal): -106287 or 13721854. OLE color: 13721854.
HSL color Cylindrical-coordinate representation of color #FE60D1: hue angle of 317.09º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60D1 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 209 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.00 |
| HSL | 317.09º | 0.99% | 0.69% | - |
| HSV(B) | 317.09º | 0.62% | 1% | - |
| XYZ | 56.56 | 34.04 | 63.91 | - |
| YUV | 156.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 209 | 0 | 0.62 | 0.18 | 0.00 | 317.09 | 0.99 | 0.69 |
| Hex | FE | 60 | D1 | 0 | 3E | 12 | 0 | 13D | 63 | 45 |
| Octal | 376 | 140 | 321 | 0 | 76 | 22 | 0 | 475 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11010001 | 0 | 111110 | 10010 | 0 | 100111101 | 1100011 | 1000101 |
Color Harmonies of #FE60D1
Complementary color
Monochromatic Colors of #FE60D1
Black with #FE60D1
Text Example
Text Example
White with #FE60D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60D1; }
p { color: rgb(254,96,209); }
H1.HeaderClassName
{
color: #FE60D1;
}
.AnyTagClassName
{
color: #FE60D1;
}
</style>
background-color css
<style>
a { background-color: #FE60D1; }
a { background-color: rgb(254,96,209); }
div.DivClassName
{
background-color: #FE60D1;
}
.BgClassName
{
background-color: #FE60D1;
}
</style>
border-color css
<style>
span { border-color: #FE60D1; }
span { border-color: rgb(254,96,209); }
td.TdClassName
{
border-color: #FE60D1;
}
.TagClassName
{
border-color: #FE60D1;
}
</style>