Html Css Color HEX #FC59D0 Neon Pink

📋 copy color: '#FC59D0'

red 252 ◦ green 89 ◦ blue 208

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

Shades of Neon Pink #FC59D0

Tints of Neon Pink #FC59D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.89%

R = 45.9%
G = 16.21%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC59D0 (or 0xFC59D0) is known color: Neon Pink. HEX triplet: FC, 59 and D0. RGB value is (252,89,208). Sum of RGB (Red+Green+Blue) = 252+89+208=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59D0 is #03A62F. Grayscale: #969696. Windows color (decimal): -239152 or 13654524. OLE color: 13654524.

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

Color convert

RGB 252 89 208 -
CMYK 0 0.65 0.17 0.01
HSL 316.2º 0.96% 0.67% -
HSV(B) 316.2º 0.65% 0.99% -
XYZ 55.1 32.39 63.02 -
YUV 151.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 252 89 208 0 0.65 0.17 0.01 316.2 0.96 0.67
Hex FC 59 D0 0 41 11 1 13C 60 43
Octal 374 131 320 0 101 21 1 474 140 103
Binary 11111100 1011001 11010000 0 1000001 10001 1 100111100 1100000 1000011

Color Harmonies of #FC59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59D0

Black with #FC59D0

Text Example


Text Example

White with #FC59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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