Html Css Color HEX #FC50C3 Neon Pink

📋 copy color: '#FC50C3'

red 252 ◦ green 80 ◦ blue 195

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

Shades of Neon Pink #FC50C3

Tints of Neon Pink #FC50C3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.18%

 BLUE value IS 195 (76.56% from 255) = 37%

R = 47.82%
G = 15.18%
B = 37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC50C3 (or 0xFC50C3) is known color: Neon Pink. HEX triplet: FC, 50 and C3. RGB value is (252,80,195). Sum of RGB (Red+Green+Blue) = 252+80+195=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50C3 is #03AF3C. Grayscale: #909090. Windows color (decimal): -241469 or 12800252. OLE color: 12800252.

HSL color Cylindrical-coordinate representation of color #FC50C3: hue angle of 319.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50C3 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 195 -
CMYK 0 0.68 0.23 0.01
HSL 319.88º 0.97% 0.65% -
HSV(B) 319.88º 0.68% 0.99% -
XYZ 52.86 30.37 54.71 -
YUV 144.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 252 80 195 0 0.68 0.23 0.01 319.88 0.97 0.65
Hex FC 50 C3 0 44 17 1 140 61 41
Octal 374 120 303 0 104 27 1 500 141 101
Binary 11111100 1010000 11000011 0 1000100 10111 1 101000000 1100001 1000001

Color Harmonies of #FC50C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50C3

Black with #FC50C3

Text Example


Text Example

White with #FC50C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50C3; }

 p { color: rgb(252,80,195); }

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

background-color css

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

 a { background-color: rgb(252,80,195); }

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

border-color css

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

 span { border-color: rgb(252,80,195); }

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