Html Css Color HEX #FC7ACB Neon Pink

📋 copy color: '#FC7ACB'

red 252 ◦ green 122 ◦ blue 203

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

Shades of Neon Pink #FC7ACB

Tints of Neon Pink #FC7ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 43.67%
G = 21.14%
B = 35.18%

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

#FC7ACB (or 0xFC7ACB) is known color: Neon Pink. HEX triplet: FC, 7A and CB. RGB value is (252,122,203). Sum of RGB (Red+Green+Blue) = 252+122+203=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ACB is #038534. Grayscale: #A9A9A9. Windows color (decimal): -230709 or 13335292. OLE color: 13335292.

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

Color convert

RGB 252 122 203 -
CMYK 0 0.52 0.19 0.01
HSL 322.62º 0.96% 0.73% -
HSV(B) 322.62º 0.52% 0.99% -
XYZ 57.88 38.93 60.96 -
YUV 170.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 252 122 203 0 0.52 0.19 0.01 322.62 0.96 0.73
Hex FC 7A CB 0 34 13 1 143 60 49
Octal 374 172 313 0 64 23 1 503 140 111
Binary 11111100 1111010 11001011 0 110100 10011 1 101000011 1100000 1001001

Color Harmonies of #FC7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7ACB

Black with #FC7ACB

Text Example


Text Example

White with #FC7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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