#FE6AC4

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

Shades of Neon Pink #FE6AC4

Tints of Neon Pink #FE6AC4

Color information

#FE6AC4 (or 0xFE6AC4) is unknown color: approx Neon Pink. HEX triplet: FE, 6A and C4. RGB value is (254,106,196). Sum of RGB (Red+Green+Blue) = 254+106+196=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6AC4 is #01953B. Grayscale: #A0A0A0. Windows color (decimal): -103740 or 12872446. OLE color: 12872446.

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

Color convert

RGB254106196-
CMYK00.580.230.00
HSL323.51º98.67%70.59%-
HSV(B)323.51º58.27%99.61%-
XYZ55.9935.3656.1-
YUV160.51148.03194.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 106 (41.80% from 255) = 19.06%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=45.68%
G=19.06%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410619600.580.230.00323.5198.6770.59
HexFE6AC403A1701446347
Octal376152304072270504143107
Binary11111110110101011000100011101010111010100010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6AC4; }

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

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

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

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

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

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

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

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