Html Css Color HEX #FD59D0 Neon Pink

📋 copy color: '#FD59D0'

red 253 ◦ green 89 ◦ blue 208

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

Shades of Neon Pink #FD59D0

Tints of Neon Pink #FD59D0

RGB

 RED value IS 253 (99.22% from 255) = 46%

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

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

R = 46%
G = 16.18%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD59D0 (or 0xFD59D0) is known color: Neon Pink. HEX triplet: FD, 59 and D0. RGB value is (253,89,208). Sum of RGB (Red+Green+Blue) = 253+89+208=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 89 (35.16% from 255 or 16.18% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD59D0 is #02A62F. Grayscale: #979797. Windows color (decimal): -173616 or 13654525. OLE color: 13654525.

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

Color convert

RGB 253 89 208 -
CMYK 0 0.65 0.18 0.01
HSL 316.46º 0.98% 0.67% -
HSV(B) 316.46º 0.65% 0.99% -
XYZ 55.47 32.58 63.04 -
YUV 151.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 253 89 208 0 0.65 0.18 0.01 316.46 0.98 0.67
Hex FD 59 D0 0 41 12 1 13C 62 43
Octal 375 131 320 0 101 22 1 474 142 103
Binary 11111101 1011001 11010000 0 1000001 10010 1 100111100 1100010 1000011

Color Harmonies of #FD59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD59D0

Black with #FD59D0

Text Example


Text Example

White with #FD59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD59D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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