#FE7ACE

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

Shades of Neon Pink #FE7ACE

Tints of Neon Pink #FE7ACE

Color information

#FE7ACE (or 0xFE7ACE) is unknown color: approx Neon Pink. HEX triplet: FE, 7A and CE. RGB value is (254,122,206). Sum of RGB (Red+Green+Blue) = 254+122+206=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ACE is #018531. Grayscale: #AAAAAA. Windows color (decimal): -99634 or 13531902. OLE color: 13531902.

HSL color Cylindrical-coordinate representation of color #FE7ACE: hue angle of 321.82º 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 #FE7ACE is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254122206-
CMYK00.520.190.00
HSL321.82º98.51%73.73%-
HSV(B)321.82º51.97%99.61%-
XYZ58.9739.4562.9-
YUV171.04147.73187.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 122 (48.05% from 255) = 20.96%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=43.64%
G=20.96%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412220600.520.190.00321.8298.5173.73
HexFE7ACE034130142634a
Octal376172316064230502143112
Binary11111110111101011001110011010010011010100001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7ACE; }

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

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

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

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

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

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

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

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