Html Css Color HEX #FC7DD2 Neon Pink

📋 copy color: '#FC7DD2'

red 252 ◦ green 125 ◦ blue 210

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

Shades of Neon Pink #FC7DD2

Tints of Neon Pink #FC7DD2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.29%

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

R = 42.93%
G = 21.29%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC7DD2 (or 0xFC7DD2) is known color: Neon Pink. HEX triplet: FC, 7D and D2. RGB value is (252,125,210). Sum of RGB (Red+Green+Blue) = 252+125+210=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DD2 is #03822D. Grayscale: #ACACAC. Windows color (decimal): -229934 or 13794812. OLE color: 13794812.

HSL color Cylindrical-coordinate representation of color #FC7DD2: hue angle of 319.84º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DD2 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 125 210 -
CMYK 0 0.50 0.17 0.01
HSL 319.84º 0.95% 0.74% -
HSV(B) 319.84º 0.5% 0.99% -
XYZ 59.11 40.02 65.58 -
YUV 172.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 252 125 210 0 0.50 0.17 0.01 319.84 0.95 0.74
Hex FC 7D D2 0 32 11 1 140 5F 4A
Octal 374 175 322 0 62 21 1 500 137 112
Binary 11111100 1111101 11010010 0 110010 10001 1 101000000 1011111 1001010

Color Harmonies of #FC7DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DD2

Black with #FC7DD2

Text Example


Text Example

White with #FC7DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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