#FE73C9

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

Shades of Neon Pink #FE73C9

Tints of Neon Pink #FE73C9

Color information

#FE73C9 (or 0xFE73C9) is unknown color: approx Neon Pink. HEX triplet: FE, 73 and C9. RGB value is (254,115,201). Sum of RGB (Red+Green+Blue) = 254+115+201=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73C9 is #018C36. Grayscale: #A6A6A6. Windows color (decimal): -101431 or 13202430. OLE color: 13202430.

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

Color convert

RGB254115201-
CMYK00.550.210.00
HSL322.88º98.58%72.35%-
HSV(B)322.88º54.72%99.61%-
XYZ57.5537.5559.47-
YUV166.36147.55190.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 115 (45.31% from 255) = 20.18%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=44.56%
G=20.18%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411520100.550.210.00322.8898.5872.35
HexFE73C90371501436348
Octal376163311067250503143110
Binary11111110111001111001001011011110101010100001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE73C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE73C9; }

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

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

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

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

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

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

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

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