Html Css Color HEX #FC6ECF Neon Pink

📋 copy color: '#FC6ECF'

red 252 ◦ green 110 ◦ blue 207

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

Shades of Neon Pink #FC6ECF

Tints of Neon Pink #FC6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 44.29%
G = 19.33%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC6ECF (or 0xFC6ECF) is known color: Neon Pink. HEX triplet: FC, 6E and CF. RGB value is (252,110,207). Sum of RGB (Red+Green+Blue) = 252+110+207=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ECF is #039130. Grayscale: #A3A3A3. Windows color (decimal): -233777 or 13594364. OLE color: 13594364.

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

Color convert

RGB 252 110 207 -
CMYK 0 0.56 0.18 0.01
HSL 319.01º 0.96% 0.71% -
HSV(B) 319.01º 0.56% 0.99% -
XYZ 56.98 36.35 63.04 -
YUV 163.52 152.54 191.11 -
System Red Green Blue C M Y K H S L
Decimal 252 110 207 0 0.56 0.18 0.01 319.01 0.96 0.71
Hex FC 6E CF 0 38 12 1 13F 60 47
Octal 374 156 317 0 70 22 1 477 140 107
Binary 11111100 1101110 11001111 0 111000 10010 1 100111111 1100000 1000111

Color Harmonies of #FC6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ECF

Black with #FC6ECF

Text Example


Text Example

White with #FC6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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