#FC74C2

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

Shades of Neon Pink #FC74C2

Tints of Neon Pink #FC74C2

Color information

#FC74C2 (or 0xFC74C2) is unknown color: approx Neon Pink. HEX triplet: FC, 74 and C2. RGB value is (252,116,194). Sum of RGB (Red+Green+Blue) = 252+116+194=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74C2 is #038B3D. Grayscale: #A5A5A5. Windows color (decimal): -232254 or 12743932. OLE color: 12743932.

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

Color convert

RGB252116194-
CMYK00.540.230.01
HSL325.59º95.77%72.16%-
HSV(B)325.59º53.97%98.82%-
XYZ56.1337.0855.24-
YUV165.56144.06189.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 116 (45.70% from 255) = 20.64%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=44.84%
G=20.64%
B=34.52%

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
Decimal25211619400.540.230.01325.5995.7772.16
HexFC74C20361711466048
Octal374164302066271506140110
Binary11111100111010011000010011011010111110100011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74C2; }

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

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

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

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

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

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

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

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