Html Css Color HEX #FD58C0 Neon Pink

📋 copy color: '#FD58C0'

red 253 ◦ green 88 ◦ blue 192

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

Shades of Neon Pink #FD58C0

Tints of Neon Pink #FD58C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.51%

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 47.47%
G = 16.51%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD58C0 (or 0xFD58C0) is known color: Neon Pink. HEX triplet: FD, 58 and C0. RGB value is (253,88,192). Sum of RGB (Red+Green+Blue) = 253+88+192=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58C0 is #02A73F. Grayscale: #949494. Windows color (decimal): -173888 or 12605693. OLE color: 12605693.

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

Color convert

RGB 253 88 192 -
CMYK 0 0.65 0.24 0.01
HSL 322.18º 0.98% 0.67% -
HSV(B) 322.18º 0.65% 0.99% -
XYZ 53.51 31.67 53.16 -
YUV 149.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 253 88 192 0 0.65 0.24 0.01 322.18 0.98 0.67
Hex FD 58 C0 0 41 18 1 142 62 43
Octal 375 130 300 0 101 30 1 502 142 103
Binary 11111101 1011000 11000000 0 1000001 11000 1 101000010 1100010 1000011

Color Harmonies of #FD58C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD58C0

Black with #FD58C0

Text Example


Text Example

White with #FD58C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD58C0; }

 p { color: rgb(253,88,192); }

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

background-color css

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

 a { background-color: rgb(253,88,192); }

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

border-color css

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

 span { border-color: rgb(253,88,192); }

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