Html Css Color HEX #FC6DCC Neon Pink

📋 copy color: '#FC6DCC'

red 252 ◦ green 109 ◦ blue 204

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

Shades of Neon Pink #FC6DCC

Tints of Neon Pink #FC6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.29%

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

R = 44.6%
G = 19.29%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC6DCC (or 0xFC6DCC) is known color: Neon Pink. HEX triplet: FC, 6D and CC. RGB value is (252,109,204). Sum of RGB (Red+Green+Blue) = 252+109+204=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DCC is #039233. Grayscale: #A2A2A2. Windows color (decimal): -234036 or 13397500. OLE color: 13397500.

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

Color convert

RGB 252 109 204 -
CMYK 0 0.57 0.19 0.01
HSL 320.14º 0.96% 0.71% -
HSV(B) 320.14º 0.57% 0.99% -
XYZ 56.51 35.99 61.1 -
YUV 162.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 252 109 204 0 0.57 0.19 0.01 320.14 0.96 0.71
Hex FC 6D CC 0 39 13 1 140 60 47
Octal 374 155 314 0 71 23 1 500 140 107
Binary 11111100 1101101 11001100 0 111001 10011 1 101000000 1100000 1000111

Color Harmonies of #FC6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DCC

Black with #FC6DCC

Text Example


Text Example

White with #FC6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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