Html Css Color HEX #FC6ED2 Neon Pink

📋 copy color: '#FC6ED2'

red 252 ◦ green 110 ◦ blue 210

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

Shades of Neon Pink #FC6ED2

Tints of Neon Pink #FC6ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.71%

R = 44.06%
G = 19.23%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC6ED2 (or 0xFC6ED2) is known color: Neon Pink. HEX triplet: FC, 6E and D2. RGB value is (252,110,210). Sum of RGB (Red+Green+Blue) = 252+110+210=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ED2 is #03912D. Grayscale: #A3A3A3. Windows color (decimal): -233774 or 13790972. OLE color: 13790972.

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

Color convert

RGB 252 110 210 -
CMYK 0 0.56 0.17 0.01
HSL 317.75º 0.96% 0.71% -
HSV(B) 317.75º 0.56% 0.99% -
XYZ 57.35 36.5 65 -
YUV 163.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 252 110 210 0 0.56 0.17 0.01 317.75 0.96 0.71
Hex FC 6E D2 0 38 11 1 13E 60 47
Octal 374 156 322 0 70 21 1 476 140 107
Binary 11111100 1101110 11010010 0 111000 10001 1 100111110 1100000 1000111

Color Harmonies of #FC6ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ED2

Black with #FC6ED2

Text Example


Text Example

White with #FC6ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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