#FE74D3

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

Shades of Neon Pink #FE74D3

Tints of Neon Pink #FE74D3

Color information

#FE74D3 (or 0xFE74D3) is unknown color: approx Neon Pink. HEX triplet: FE, 74 and D3. RGB value is (254,116,211). Sum of RGB (Red+Green+Blue) = 254+116+211=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74D3 is #018B2C. Grayscale: #A7A7A7. Windows color (decimal): -101165 or 13858046. OLE color: 13858046.

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

Color convert

RGB254116211-
CMYK00.540.170.00
HSL318.7º98.57%72.55%-
HSV(B)318.7º54.33%99.61%-
XYZ58.8838.2665.91-
YUV168.09152.22189.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 116 (45.70% from 255) = 19.97%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=43.72%
G=19.97%
B=36.32%

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
Decimal25411621100.540.170.00318.798.5772.55
HexFE74D303611013f6349
Octal376164323066210477143111
Binary11111110111010011010011011011010001010011111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE74D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE74D3; }

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

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

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

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

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

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

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

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