#FD74C8

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

Shades of Neon Pink #FD74C8

Tints of Neon Pink #FD74C8

Color information

#FD74C8 (or 0xFD74C8) is unknown color: approx Neon Pink. HEX triplet: FD, 74 and C8. RGB value is (253,116,200). Sum of RGB (Red+Green+Blue) = 253+116+200=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74C8 is #028B37. Grayscale: #A6A6A6. Windows color (decimal): -166712 or 13137149. OLE color: 13137149.

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

Color convert

RGB253116200-
CMYK00.540.210.01
HSL323.21º97.16%72.35%-
HSV(B)323.21º54.15%99.22%-
XYZ57.1837.5458.88-
YUV166.54146.89189.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 116 (45.70% from 255) = 20.39%
BLUE value IS 200 (78.52% from 255) = 35.15%
R=44.46%
G=20.39%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311620000.540.210.01323.2197.1672.35
HexFD74C80361511436148
Octal375164310066251503141110
Binary11111101111010011001000011011010101110100001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74C8; }

 p { color: rgb(253,116,200); }

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

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

 a { background-color: rgb(253,116,200); }

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

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

 span { border-color: rgb(253,116,200); }

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