Shades of Neon Pink #FE75D8
Tints of Neon Pink #FE75D8
RGB
CMYK
RGB Variations
Color information
#FE75D8 (or 0xFE75D8) is known color: Neon Pink. HEX triplet: FE, 75 and D8. RGB value is (254,117,216). Sum of RGB (Red+Green+Blue) = 254+117+216=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75D8 is #018A27. Grayscale: #A8A8A8. Windows color (decimal): -100904 or 14185982. OLE color: 14185982.
HSL color Cylindrical-coordinate representation of color #FE75D8: hue angle of 316.64º 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 #FE75D8 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 216 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.00 |
| HSL | 316.64º | 0.99% | 0.73% | - |
| HSV(B) | 316.64º | 0.54% | 1% | - |
| XYZ | 59.63 | 38.75 | 69.3 | - |
| YUV | 169.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 216 | 0 | 0.54 | 0.15 | 0.00 | 316.64 | 0.99 | 0.73 |
| Hex | FE | 75 | D8 | 0 | 36 | F | 0 | 13D | 63 | 49 |
| Octal | 376 | 165 | 330 | 0 | 66 | 17 | 0 | 475 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11011000 | 0 | 110110 | 1111 | 0 | 100111101 | 1100011 | 1001001 |
Color Harmonies of #FE75D8
Complementary color
Monochromatic Colors of #FE75D8
Black with #FE75D8
Text Example
Text Example
White with #FE75D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75D8; }
p { color: rgb(254,117,216); }
H1.HeaderClassName
{
color: #FE75D8;
}
.AnyTagClassName
{
color: #FE75D8;
}
</style>
background-color css
<style>
a { background-color: #FE75D8; }
a { background-color: rgb(254,117,216); }
div.DivClassName
{
background-color: #FE75D8;
}
.BgClassName
{
background-color: #FE75D8;
}
</style>
border-color css
<style>
span { border-color: #FE75D8; }
span { border-color: rgb(254,117,216); }
td.TdClassName
{
border-color: #FE75D8;
}
.TagClassName
{
border-color: #FE75D8;
}
</style>