#FD74C3

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

Shades of Neon Pink #FD74C3

Tints of Neon Pink #FD74C3

Color information

#FD74C3 (or 0xFD74C3) is unknown color: approx Neon Pink. HEX triplet: FD, 74 and C3. RGB value is (253,116,195). Sum of RGB (Red+Green+Blue) = 253+116+195=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74C3 is #028B3C. Grayscale: #A5A5A5. Windows color (decimal): -166717 or 12809469. OLE color: 12809469.

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

Color convert

RGB253116195-
CMYK00.540.230.01
HSL325.4º97.16%72.35%-
HSV(B)325.4º54.15%99.22%-
XYZ56.637.3155.85-
YUV165.97144.39190.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.86%
GREEN value IS 116 (45.70% from 255) = 20.57%
BLUE value IS 195 (76.56% from 255) = 34.57%
R=44.86%
G=20.57%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311619500.540.230.01325.497.1672.35
HexFD74C30361711456148
Octal375164303066271505141110
Binary11111101111010011000011011011010111110100010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74C3; }

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

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

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

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

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

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

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

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