Html Css Color HEX #FC6ACB Neon Pink

📋 copy color: '#FC6ACB'

red 252 ◦ green 106 ◦ blue 203

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

Shades of Neon Pink #FC6ACB

Tints of Neon Pink #FC6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.89%

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

R = 44.92%
G = 18.89%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC6ACB (or 0xFC6ACB) is known color: Neon Pink. HEX triplet: FC, 6A and CB. RGB value is (252,106,203). Sum of RGB (Red+Green+Blue) = 252+106+203=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ACB is #039534. Grayscale: #A0A0A0. Windows color (decimal): -234805 or 13331196. OLE color: 13331196.

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

Color convert

RGB 252 106 203 -
CMYK 0 0.58 0.19 0.01
HSL 320.14º 0.96% 0.7% -
HSV(B) 320.14º 0.58% 0.99% -
XYZ 56.08 35.32 60.36 -
YUV 160.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 252 106 203 0 0.58 0.19 0.01 320.14 0.96 0.7
Hex FC 6A CB 0 3A 13 1 140 60 46
Octal 374 152 313 0 72 23 1 500 140 106
Binary 11111100 1101010 11001011 0 111010 10011 1 101000000 1100000 1000110

Color Harmonies of #FC6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ACB

Black with #FC6ACB

Text Example


Text Example

White with #FC6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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