#FD5FC0

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

Shades of Neon Pink #FD5FC0

Tints of Neon Pink #FD5FC0

Color information

#FD5FC0 (or 0xFD5FC0) is unknown color: approx Neon Pink. HEX triplet: FD, 5F and C0. RGB value is (253,95,192). Sum of RGB (Red+Green+Blue) = 253+95+192=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5FC0 is #02A03F. Grayscale: #999999. Windows color (decimal): -172096 or 12607485. OLE color: 12607485.

HSL color Cylindrical-coordinate representation of color #FD5FC0: hue angle of 323.16º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD5FC0 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB25395192-
CMYK00.620.240.01
HSL323.16º97.53%68.24%-
HSV(B)323.16º62.45%99.22%-
XYZ54.1132.8753.36-
YUV153.3149.85199.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.85%
GREEN value IS 95 (37.5% from 255) = 17.59%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=46.85%
G=17.59%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539519200.620.240.01323.1697.5368.24
HexFD5FC003E1811436244
Octal375137300076301503142104
Binary11111101101111111000000011111011000110100001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5FC0; }

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

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

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

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

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

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

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

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