Html Css Color HEX #FC7ACC Neon Pink

📋 copy color: '#FC7ACC'

red 252 ◦ green 122 ◦ blue 204

#FC7ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FC7ACC

Tints of Neon Pink #FC7ACC

RGB

 RED value IS 252 (98.83% from 255) = 43.6%

 GREEN value IS 122 (48.05% from 255) = 21.11%

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 43.6%
G = 21.11%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC7ACC (or 0xFC7ACC) is known color: Neon Pink. HEX triplet: FC, 7A and CC. RGB value is (252,122,204). Sum of RGB (Red+Green+Blue) = 252+122+204=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ACC is #038533. Grayscale: #AAAAAA. Windows color (decimal): -230708 or 13400828. OLE color: 13400828.

HSL color Cylindrical-coordinate representation of color #FC7ACC: hue angle of 322.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7ACC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 122 204 -
CMYK 0 0.52 0.19 0.01
HSL 322.15º 0.96% 0.73% -
HSV(B) 322.15º 0.52% 0.99% -
XYZ 58 38.97 61.59 -
YUV 170.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 252 122 204 0 0.52 0.19 0.01 322.15 0.96 0.73
Hex FC 7A CC 0 34 13 1 142 60 49
Octal 374 172 314 0 64 23 1 502 140 111
Binary 11111100 1111010 11001100 0 110100 10011 1 101000010 1100000 1001001

Color Harmonies of #FC7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7ACC

Black with #FC7ACC

Text Example


Text Example

White with #FC7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7ACC; }

 p { color: rgb(252,122,204); }

 H1.HeaderClassName
 {
   color: #FC7ACC;
 }
 .AnyTagClassName
 {
   color: #FC7ACC;
 }
</style>

background-color css

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

 a { background-color: rgb(252,122,204); }

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

border-color css

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

 span { border-color: rgb(252,122,204); }

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