#FE73D4

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

Shades of Neon Pink #FE73D4

Tints of Neon Pink #FE73D4

Color information

#FE73D4 (or 0xFE73D4) is unknown color: approx Neon Pink. HEX triplet: FE, 73 and D4. RGB value is (254,115,212). Sum of RGB (Red+Green+Blue) = 254+115+212=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73D4 is #018C2B. Grayscale: #A7A7A7. Windows color (decimal): -101420 or 13923326. OLE color: 13923326.

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

Color convert

RGB254115212-
CMYK00.550.170.00
HSL318.13º98.58%72.35%-
HSV(B)318.13º54.72%99.61%-
XYZ58.8938.0966.53-
YUV167.62153.05189.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 115 (45.31% from 255) = 19.79%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=43.72%
G=19.79%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411521200.550.170.00318.1398.5872.35
HexFE73D403711013e6348
Octal376163324067210476143110
Binary11111110111001111010100011011110001010011111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE73D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE73D4; }

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

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

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

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

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

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

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

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