Html Css Color HEX #FC6DCD Neon Pink

📋 copy color: '#FC6DCD'

red 252 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #FC6DCD

Tints of Neon Pink #FC6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 44.52%
G = 19.26%
B = 36.22%

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

#FC6DCD (or 0xFC6DCD) is known color: Neon Pink. HEX triplet: FC, 6D and CD. RGB value is (252,109,205). Sum of RGB (Red+Green+Blue) = 252+109+205=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DCD is #039232. Grayscale: #A2A2A2. Windows color (decimal): -234035 or 13463036. OLE color: 13463036.

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

Color convert

RGB 252 109 205 -
CMYK 0 0.57 0.19 0.01
HSL 319.72º 0.96% 0.71% -
HSV(B) 319.72º 0.57% 0.99% -
XYZ 56.63 36.04 61.73 -
YUV 162.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 252 109 205 0 0.57 0.19 0.01 319.72 0.96 0.71
Hex FC 6D CD 0 39 13 1 140 60 47
Octal 374 155 315 0 71 23 1 500 140 107
Binary 11111100 1101101 11001101 0 111001 10011 1 101000000 1100000 1000111

Color Harmonies of #FC6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DCD

Black with #FC6DCD

Text Example


Text Example

White with #FC6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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