Html Css Color HEX #FC6ACC Neon Pink

📋 copy color: '#FC6ACC'

red 252 ◦ green 106 ◦ blue 204

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

Shades of Neon Pink #FC6ACC

Tints of Neon Pink #FC6ACC

RGB

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

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

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

R = 44.84%
G = 18.86%
B = 36.3%

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

#FC6ACC (or 0xFC6ACC) is known color: Neon Pink. HEX triplet: FC, 6A and CC. RGB value is (252,106,204). Sum of RGB (Red+Green+Blue) = 252+106+204=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ACC is #039533. Grayscale: #A0A0A0. Windows color (decimal): -234804 or 13396732. OLE color: 13396732.

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

Color convert

RGB 252 106 204 -
CMYK 0 0.58 0.19 0.01
HSL 319.73º 0.96% 0.7% -
HSV(B) 319.73º 0.58% 0.99% -
XYZ 56.2 35.36 60.99 -
YUV 160.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 252 106 204 0 0.58 0.19 0.01 319.73 0.96 0.7
Hex FC 6A CC 0 3A 13 1 140 60 46
Octal 374 152 314 0 72 23 1 500 140 106
Binary 11111100 1101010 11001100 0 111010 10011 1 101000000 1100000 1000110

Color Harmonies of #FC6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ACC

Black with #FC6ACC

Text Example


Text Example

White with #FC6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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