#FC74D4

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

Shades of Neon Pink #FC74D4

Tints of Neon Pink #FC74D4

Color information

#FC74D4 (or 0xFC74D4) is unknown color: approx Neon Pink. HEX triplet: FC, 74 and D4. RGB value is (252,116,212). Sum of RGB (Red+Green+Blue) = 252+116+212=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74D4 is #038B2B. Grayscale: #A7A7A7. Windows color (decimal): -232236 or 13923580. OLE color: 13923580.

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

Color convert

RGB252116212-
CMYK00.540.160.01
HSL317.65º95.77%72.16%-
HSV(B)317.65º53.97%98.82%-
XYZ58.2737.9466.54-
YUV167.61153.06188.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 116 (45.70% from 255) = 20%
BLUE value IS 212 (83.20% from 255) = 36.55%
R=43.45%
G=20%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211621200.540.160.01317.6595.7772.16
HexFC74D403610113e6048
Octal374164324066201476140110
Binary11111100111010011010100011011010000110011111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74D4; }

 p { color: rgb(252,116,212); }

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

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

 a { background-color: rgb(252,116,212); }

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

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

 span { border-color: rgb(252,116,212); }

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