#FE7AC9

Color #FE7AC9 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FE7AC9

Tints of Neon Pink #FE7AC9

Color information

#FE7AC9 (or 0xFE7AC9) is unknown color: approx Neon Pink. HEX triplet: FE, 7A and C9. RGB value is (254,122,201). Sum of RGB (Red+Green+Blue) = 254+122+201=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7AC9 is #018536. Grayscale: #AAAAAA. Windows color (decimal): -99639 or 13204222. OLE color: 13204222.

HSL color Cylindrical-coordinate representation of color #FE7AC9: hue angle of 324.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7AC9 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB254122201-
CMYK00.520.210.00
HSL324.09º98.51%73.73%-
HSV(B)324.09º51.97%99.61%-
XYZ58.3839.2159.75-
YUV170.47145.23187.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 122 (48.05% from 255) = 21.14%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=44.02%
G=21.14%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412220100.520.210.00324.0998.5173.73
HexFE7AC9034150144634a
Octal376172311064250504143112
Binary11111110111101011001001011010010101010100010011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7AC9; }

 p { color: rgb(254,122,201); }

 H1.HeaderClassName
 {
   color: #FE7AC9;
 }
 .AnyTagClassName
 {
   color: #FE7AC9;
 }
</style>
background-color css

<style>
 a { background-color: #FE7AC9; }

 a { background-color: rgb(254,122,201); }

 div.DivClassName
 {
   background-color: #FE7AC9;
 }
 .BgClassName
 {
   background-color: #FE7AC9;
 }
</style>
border-color css

<style>
 span { border-color: #FE7AC9; }

 span { border-color: rgb(254,122,201); }

 td.TdClassName
 {
   border-color: #FE7AC9;
 }
 .TagClassName
 {
   border-color: #FE7AC9;
 }
</style>