Html Css Color HEX #FC6CDC Neon Pink

📋 copy color: '#FC6CDC'

red 252 ◦ green 108 ◦ blue 220

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

Shades of Neon Pink #FC6CDC

Tints of Neon Pink #FC6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.62%

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

R = 43.45%
G = 18.62%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC6CDC (or 0xFC6CDC) is known color: Neon Pink. HEX triplet: FC, 6C and DC. RGB value is (252,108,220). Sum of RGB (Red+Green+Blue) = 252+108+220=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CDC is #039323. Grayscale: #A3A3A3. Windows color (decimal): -234276 or 14445820. OLE color: 14445820.

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

Color convert

RGB 252 108 220 -
CMYK 0 0.57 0.13 0.01
HSL 313.33º 0.96% 0.71% -
HSV(B) 313.33º 0.57% 0.99% -
XYZ 58.43 36.59 71.69 -
YUV 163.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 252 108 220 0 0.57 0.13 0.01 313.33 0.96 0.71
Hex FC 6C DC 0 39 D 1 139 60 47
Octal 374 154 334 0 71 15 1 471 140 107
Binary 11111100 1101100 11011100 0 111001 1101 1 100111001 1100000 1000111

Color Harmonies of #FC6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CDC

Black with #FC6CDC

Text Example


Text Example

White with #FC6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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