Html Css Color HEX #FC6ECD Neon Pink

📋 copy color: '#FC6ECD'

red 252 ◦ green 110 ◦ blue 205

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

Shades of Neon Pink #FC6ECD

Tints of Neon Pink #FC6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

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

R = 44.44%
G = 19.4%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC6ECD (or 0xFC6ECD) is known color: Neon Pink. HEX triplet: FC, 6E and CD. RGB value is (252,110,205). Sum of RGB (Red+Green+Blue) = 252+110+205=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ECD is #039132. Grayscale: #A3A3A3. Windows color (decimal): -233779 or 13463292. OLE color: 13463292.

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

Color convert

RGB 252 110 205 -
CMYK 0 0.56 0.19 0.01
HSL 319.86º 0.96% 0.71% -
HSV(B) 319.86º 0.56% 0.99% -
XYZ 56.74 36.26 61.77 -
YUV 163.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 252 110 205 0 0.56 0.19 0.01 319.86 0.96 0.71
Hex FC 6E CD 0 38 13 1 140 60 47
Octal 374 156 315 0 70 23 1 500 140 107
Binary 11111100 1101110 11001101 0 111000 10011 1 101000000 1100000 1000111

Color Harmonies of #FC6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ECD

Black with #FC6ECD

Text Example


Text Example

White with #FC6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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