Shades of Neon Pink #FE5AC2
Tints of Neon Pink #FE5AC2
RGB
CMYK
RGB Variations
Color information
#FE5AC2 (or 0xFE5AC2) is known color: Neon Pink. HEX triplet: FE, 5A and C2. RGB value is (254,90,194). Sum of RGB (Red+Green+Blue) = 254+90+194=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5AC2 is #01A53D. Grayscale: #969696. Windows color (decimal): -107838 or 12737278. OLE color: 12737278.
HSL color Cylindrical-coordinate representation of color #FE5AC2: hue angle of 321.95º 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 #FE5AC2 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 194 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.00 |
| HSL | 321.95º | 0.99% | 0.67% | - |
| HSV(B) | 321.95º | 0.65% | 1% | - |
| XYZ | 54.27 | 32.28 | 54.41 | - |
| YUV | 150.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 194 | 0 | 0.65 | 0.24 | 0.00 | 321.95 | 0.99 | 0.67 |
| Hex | FE | 5A | C2 | 0 | 41 | 18 | 0 | 142 | 63 | 43 |
| Octal | 376 | 132 | 302 | 0 | 101 | 30 | 0 | 502 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11000010 | 0 | 1000001 | 11000 | 0 | 101000010 | 1100011 | 1000011 |
Color Harmonies of #FE5AC2
Complementary color
Monochromatic Colors of #FE5AC2
Black with #FE5AC2
Text Example
Text Example
White with #FE5AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AC2; }
p { color: rgb(254,90,194); }
H1.HeaderClassName
{
color: #FE5AC2;
}
.AnyTagClassName
{
color: #FE5AC2;
}
</style>
background-color css
<style>
a { background-color: #FE5AC2; }
a { background-color: rgb(254,90,194); }
div.DivClassName
{
background-color: #FE5AC2;
}
.BgClassName
{
background-color: #FE5AC2;
}
</style>
border-color css
<style>
span { border-color: #FE5AC2; }
span { border-color: rgb(254,90,194); }
td.TdClassName
{
border-color: #FE5AC2;
}
.TagClassName
{
border-color: #FE5AC2;
}
</style>