#FD75CF

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

Shades of Neon Pink #FD75CF

Tints of Neon Pink #FD75CF

Color information

#FD75CF (or 0xFD75CF) is unknown color: approx Neon Pink. HEX triplet: FD, 75 and CF. RGB value is (253,117,207). Sum of RGB (Red+Green+Blue) = 253+117+207=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD75CF is #028A30. Grayscale: #A7A7A7. Windows color (decimal): -166449 or 13596157. OLE color: 13596157.

HSL color Cylindrical-coordinate representation of color #FD75CF: hue angle of 320.29º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD75CF is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253117207-
CMYK00.540.180.01
HSL320.29º97.14%72.55%-
HSV(B)320.29º53.75%99.22%-
XYZ58.1338.1163.32-
YUV167.92150.06188.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.85%
GREEN value IS 117 (46.09% from 255) = 20.28%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=43.85%
G=20.28%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311720700.540.180.01320.2997.1472.55
HexFD75CF0361211406149
Octal375165317066221500141111
Binary11111101111010111001111011011010010110100000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD75CF; }

 p { color: rgb(253,117,207); }

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

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

 a { background-color: rgb(253,117,207); }

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

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

 span { border-color: rgb(253,117,207); }

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