Html Css Color HEX #FC6ADC Neon Pink

📋 copy color: '#FC6ADC'

red 252 ◦ green 106 ◦ blue 220

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

Shades of Neon Pink #FC6ADC

Tints of Neon Pink #FC6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 43.6%
G = 18.34%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC6ADC (or 0xFC6ADC) is known color: Neon Pink. HEX triplet: FC, 6A and DC. RGB value is (252,106,220). Sum of RGB (Red+Green+Blue) = 252+106+220=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ADC is #039523. Grayscale: #A2A2A2. Windows color (decimal): -234788 or 14445308. OLE color: 14445308.

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

Color convert

RGB 252 106 220 -
CMYK 0 0.58 0.13 0.01
HSL 313.15º 0.96% 0.7% -
HSV(B) 313.15º 0.58% 0.99% -
XYZ 58.22 36.17 71.62 -
YUV 162.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 252 106 220 0 0.58 0.13 0.01 313.15 0.96 0.7
Hex FC 6A DC 0 3A D 1 139 60 46
Octal 374 152 334 0 72 15 1 471 140 106
Binary 11111100 1101010 11011100 0 111010 1101 1 100111001 1100000 1000110

Color Harmonies of #FC6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ADC

Black with #FC6ADC

Text Example


Text Example

White with #FC6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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