Html Css Color HEX #FC59C1 Neon Pink

📋 copy color: '#FC59C1'

red 252 ◦ green 89 ◦ blue 193

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

Shades of Neon Pink #FC59C1

Tints of Neon Pink #FC59C1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.67%

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

R = 47.19%
G = 16.67%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC59C1 (or 0xFC59C1) is known color: Neon Pink. HEX triplet: FC, 59 and C1. RGB value is (252,89,193). Sum of RGB (Red+Green+Blue) = 252+89+193=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59C1 is #03A63E. Grayscale: #959595. Windows color (decimal): -239167 or 12671484. OLE color: 12671484.

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

Color convert

RGB 252 89 193 -
CMYK 0 0.65 0.23 0.01
HSL 321.72º 0.96% 0.67% -
HSV(B) 321.72º 0.65% 0.99% -
XYZ 53.34 31.69 53.76 -
YUV 149.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 252 89 193 0 0.65 0.23 0.01 321.72 0.96 0.67
Hex FC 59 C1 0 41 17 1 142 60 43
Octal 374 131 301 0 101 27 1 502 140 103
Binary 11111100 1011001 11000001 0 1000001 10111 1 101000010 1100000 1000011

Color Harmonies of #FC59C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59C1

Black with #FC59C1

Text Example


Text Example

White with #FC59C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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