Html Css Color HEX #FC6EC1 Neon Pink

📋 copy color: '#FC6EC1'

red 252 ◦ green 110 ◦ blue 193

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

Shades of Neon Pink #FC6EC1

Tints of Neon Pink #FC6EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 45.41%
G = 19.82%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC6EC1 (or 0xFC6EC1) is known color: Neon Pink. HEX triplet: FC, 6E and C1. RGB value is (252,110,193). Sum of RGB (Red+Green+Blue) = 252+110+193=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EC1 is #03913E. Grayscale: #A1A1A1. Windows color (decimal): -233791 or 12676860. OLE color: 12676860.

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

Color convert

RGB 252 110 193 -
CMYK 0 0.56 0.23 0.01
HSL 324.93º 0.96% 0.71% -
HSV(B) 324.93º 0.56% 0.99% -
XYZ 55.35 35.7 54.43 -
YUV 161.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 252 110 193 0 0.56 0.23 0.01 324.93 0.96 0.71
Hex FC 6E C1 0 38 17 1 145 60 47
Octal 374 156 301 0 70 27 1 505 140 107
Binary 11111100 1101110 11000001 0 111000 10111 1 101000101 1100000 1000111

Color Harmonies of #FC6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EC1

Black with #FC6EC1

Text Example


Text Example

White with #FC6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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