Shades of Neon Pink #FE75D1
Tints of Neon Pink #FE75D1
RGB
CMYK
RGB Variations
Color information
#FE75D1 (or 0xFE75D1) is known color: Neon Pink. HEX triplet: FE, 75 and D1. RGB value is (254,117,209). Sum of RGB (Red+Green+Blue) = 254+117+209=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75D1 is #018A2E. Grayscale: #A8A8A8. Windows color (decimal): -100911 or 13727230. OLE color: 13727230.
HSL color Cylindrical-coordinate representation of color #FE75D1: hue angle of 319.71º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75D1 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 209 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.00 |
| HSL | 319.71º | 0.99% | 0.73% | - |
| HSV(B) | 319.71º | 0.54% | 1% | - |
| XYZ | 58.74 | 38.4 | 64.64 | - |
| YUV | 168.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 209 | 0 | 0.54 | 0.18 | 0.00 | 319.71 | 0.99 | 0.73 |
| Hex | FE | 75 | D1 | 0 | 36 | 12 | 0 | 140 | 63 | 49 |
| Octal | 376 | 165 | 321 | 0 | 66 | 22 | 0 | 500 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11010001 | 0 | 110110 | 10010 | 0 | 101000000 | 1100011 | 1001001 |
Color Harmonies of #FE75D1
Complementary color
Monochromatic Colors of #FE75D1
Black with #FE75D1
Text Example
Text Example
White with #FE75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75D1; }
p { color: rgb(254,117,209); }
H1.HeaderClassName
{
color: #FE75D1;
}
.AnyTagClassName
{
color: #FE75D1;
}
</style>
background-color css
<style>
a { background-color: #FE75D1; }
a { background-color: rgb(254,117,209); }
div.DivClassName
{
background-color: #FE75D1;
}
.BgClassName
{
background-color: #FE75D1;
}
</style>
border-color css
<style>
span { border-color: #FE75D1; }
span { border-color: rgb(254,117,209); }
td.TdClassName
{
border-color: #FE75D1;
}
.TagClassName
{
border-color: #FE75D1;
}
</style>