Html Css Color HEX #FD58C2 Neon Pink

📋 copy color: '#FD58C2'

red 253 ◦ green 88 ◦ blue 194

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

Shades of Neon Pink #FD58C2

Tints of Neon Pink #FD58C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.26%

R = 47.29%
G = 16.45%
B = 36.26%

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

#FD58C2 (or 0xFD58C2) is known color: Neon Pink. HEX triplet: FD, 58 and C2. RGB value is (253,88,194). Sum of RGB (Red+Green+Blue) = 253+88+194=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58C2 is #02A73D. Grayscale: #959595. Windows color (decimal): -173886 or 12736765. OLE color: 12736765.

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

Color convert

RGB 253 88 194 -
CMYK 0 0.65 0.23 0.01
HSL 321.45º 0.98% 0.67% -
HSV(B) 321.45º 0.65% 0.99% -
XYZ 53.74 31.76 54.34 -
YUV 149.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 253 88 194 0 0.65 0.23 0.01 321.45 0.98 0.67
Hex FD 58 C2 0 41 17 1 141 62 43
Octal 375 130 302 0 101 27 1 501 142 103
Binary 11111101 1011000 11000010 0 1000001 10111 1 101000001 1100010 1000011

Color Harmonies of #FD58C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD58C2

Black with #FD58C2

Text Example


Text Example

White with #FD58C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD58C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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