#FE6AC0

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

Shades of Neon Pink #FE6AC0

Tints of Neon Pink #FE6AC0

Color information

#FE6AC0 (or 0xFE6AC0) is unknown color: approx Neon Pink. HEX triplet: FE, 6A and C0. RGB value is (254,106,192). Sum of RGB (Red+Green+Blue) = 254+106+192=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6AC0 is #01953F. Grayscale: #9F9F9F. Windows color (decimal): -103744 or 12610302. OLE color: 12610302.

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

Color convert

RGB254106192-
CMYK00.580.240.00
HSL325.14º98.67%70.59%-
HSV(B)325.14º58.27%99.61%-
XYZ55.5435.1853.73-
YUV160.06146.03195.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 106 (41.80% from 255) = 19.20%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=46.01%
G=19.20%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410619200.580.240.00325.1498.6770.59
HexFE6AC003A1801456347
Octal376152300072300505143107
Binary11111110110101011000000011101011000010100010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6AC0; }

 p { color: rgb(254,106,192); }

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

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

 a { background-color: rgb(254,106,192); }

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

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

 span { border-color: rgb(254,106,192); }

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