Shades of Neon Pink #FE5AC7
Tints of Neon Pink #FE5AC7
RGB
CMYK
RGB Variations
Color information
#FE5AC7 (or 0xFE5AC7) is known color: Neon Pink. HEX triplet: FE, 5A and C7. RGB value is (254,90,199). Sum of RGB (Red+Green+Blue) = 254+90+199=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5AC7 is #01A538. Grayscale: #979797. Windows color (decimal): -107833 or 13064958. OLE color: 13064958.
HSL color Cylindrical-coordinate representation of color #FE5AC7: hue angle of 320.12º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5AC7 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 199 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.00 |
| HSL | 320.12º | 0.99% | 0.67% | - |
| HSV(B) | 320.12º | 0.65% | 1% | - |
| XYZ | 54.84 | 32.51 | 57.42 | - |
| YUV | 151.46 | 154.83 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 199 | 0 | 0.65 | 0.22 | 0.00 | 320.12 | 0.99 | 0.67 |
| Hex | FE | 5A | C7 | 0 | 41 | 16 | 0 | 140 | 63 | 43 |
| Octal | 376 | 132 | 307 | 0 | 101 | 26 | 0 | 500 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11000111 | 0 | 1000001 | 10110 | 0 | 101000000 | 1100011 | 1000011 |
Color Harmonies of #FE5AC7
Complementary color
Monochromatic Colors of #FE5AC7
Black with #FE5AC7
Text Example
Text Example
White with #FE5AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AC7; }
p { color: rgb(254,90,199); }
H1.HeaderClassName
{
color: #FE5AC7;
}
.AnyTagClassName
{
color: #FE5AC7;
}
</style>
background-color css
<style>
a { background-color: #FE5AC7; }
a { background-color: rgb(254,90,199); }
div.DivClassName
{
background-color: #FE5AC7;
}
.BgClassName
{
background-color: #FE5AC7;
}
</style>
border-color css
<style>
span { border-color: #FE5AC7; }
span { border-color: rgb(254,90,199); }
td.TdClassName
{
border-color: #FE5AC7;
}
.TagClassName
{
border-color: #FE5AC7;
}
</style>