#FD58C4

Color #FD58C4 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FD58C4

Tints of Neon Pink #FD58C4

Color information

#FD58C4 (or 0xFD58C4) is unknown color: approx Neon Pink. HEX triplet: FD, 58 and C4. RGB value is (253,88,196). Sum of RGB (Red+Green+Blue) = 253+88+196=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58C4 is #02A73B. Grayscale: #959595. Windows color (decimal): -173884 or 12867837. OLE color: 12867837.

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

Color convert

RGB25388196-
CMYK00.650.230.01
HSL320.73º97.63%66.86%-
HSV(B)320.73º65.22%99.22%-
XYZ53.9631.8555.53-
YUV149.65154.16201.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 88 (34.77% from 255) = 16.39%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=47.11%
G=16.39%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538819600.650.230.01320.7397.6366.86
HexFD58C40411711416243
Octal3751303040101271501142103
Binary111111011011000110001000100000110111110100000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD58C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD58C4; }

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

 H1.HeaderClassName
 {
   color: #FD58C4;
 }
 .AnyTagClassName
 {
   color: #FD58C4;
 }
</style>
background-color css

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

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

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

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

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

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