Html Css Color HEX #FC59C5 Neon Pink

📋 copy color: '#FC59C5'

red 252 ◦ green 89 ◦ blue 197

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

Shades of Neon Pink #FC59C5

Tints of Neon Pink #FC59C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.62%

R = 46.84%
G = 16.54%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC59C5 (or 0xFC59C5) is known color: Neon Pink. HEX triplet: FC, 59 and C5. RGB value is (252,89,197). Sum of RGB (Red+Green+Blue) = 252+89+197=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59C5 is #03A63A. Grayscale: #959595. Windows color (decimal): -239163 or 12933628. OLE color: 12933628.

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

Color convert

RGB 252 89 197 -
CMYK 0 0.65 0.22 0.01
HSL 320.25º 0.96% 0.67% -
HSV(B) 320.25º 0.65% 0.99% -
XYZ 53.8 31.87 56.14 -
YUV 150.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 252 89 197 0 0.65 0.22 0.01 320.25 0.96 0.67
Hex FC 59 C5 0 41 16 1 140 60 43
Octal 374 131 305 0 101 26 1 500 140 103
Binary 11111100 1011001 11000101 0 1000001 10110 1 101000000 1100000 1000011

Color Harmonies of #FC59C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59C5

Black with #FC59C5

Text Example


Text Example

White with #FC59C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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