#FE74D2

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

Shades of Neon Pink #FE74D2

Tints of Neon Pink #FE74D2

Color information

#FE74D2 (or 0xFE74D2) is unknown color: approx Neon Pink. HEX triplet: FE, 74 and D2. RGB value is (254,116,210). Sum of RGB (Red+Green+Blue) = 254+116+210=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74D2 is #018B2D. Grayscale: #A7A7A7. Windows color (decimal): -101166 or 13792510. OLE color: 13792510.

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

Color convert

RGB254116210-
CMYK00.540.170.00
HSL319.13º98.57%72.55%-
HSV(B)319.13º54.33%99.61%-
XYZ58.7538.2165.25-
YUV167.98151.72189.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 116 (45.70% from 255) = 20%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=43.79%
G=20%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411621000.540.170.00319.1398.5772.55
HexFE74D203611013f6349
Octal376164322066210477143111
Binary11111110111010011010010011011010001010011111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE74D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE74D2; }

 p { color: rgb(254,116,210); }

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

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

 a { background-color: rgb(254,116,210); }

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

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

 span { border-color: rgb(254,116,210); }

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