Shades of Neon Pink #FE60D2
Tints of Neon Pink #FE60D2
RGB
CMYK
RGB Variations
Color information
#FE60D2 (or 0xFE60D2) is known color: Neon Pink. HEX triplet: FE, 60 and D2. RGB value is (254,96,210). Sum of RGB (Red+Green+Blue) = 254+96+210=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60D2 is #019F2D. Grayscale: #9B9B9B. Windows color (decimal): -106286 or 13787390. OLE color: 13787390.
HSL color Cylindrical-coordinate representation of color #FE60D2: hue angle of 316.71º 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 #FE60D2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 210 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.00 |
| HSL | 316.71º | 0.99% | 0.69% | - |
| HSV(B) | 316.71º | 0.62% | 1% | - |
| XYZ | 56.69 | 34.09 | 64.56 | - |
| YUV | 156.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 210 | 0 | 0.62 | 0.17 | 0.00 | 316.71 | 0.99 | 0.69 |
| Hex | FE | 60 | D2 | 0 | 3E | 11 | 0 | 13D | 63 | 45 |
| Octal | 376 | 140 | 322 | 0 | 76 | 21 | 0 | 475 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11010010 | 0 | 111110 | 10001 | 0 | 100111101 | 1100011 | 1000101 |
Color Harmonies of #FE60D2
Complementary color
Monochromatic Colors of #FE60D2
Black with #FE60D2
Text Example
Text Example
White with #FE60D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60D2; }
p { color: rgb(254,96,210); }
H1.HeaderClassName
{
color: #FE60D2;
}
.AnyTagClassName
{
color: #FE60D2;
}
</style>
background-color css
<style>
a { background-color: #FE60D2; }
a { background-color: rgb(254,96,210); }
div.DivClassName
{
background-color: #FE60D2;
}
.BgClassName
{
background-color: #FE60D2;
}
</style>
border-color css
<style>
span { border-color: #FE60D2; }
span { border-color: rgb(254,96,210); }
td.TdClassName
{
border-color: #FE60D2;
}
.TagClassName
{
border-color: #FE60D2;
}
</style>