#FD75CC

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

Shades of Neon Pink #FD75CC

Tints of Neon Pink #FD75CC

Color information

#FD75CC (or 0xFD75CC) is unknown color: approx Neon Pink. HEX triplet: FD, 75 and CC. RGB value is (253,117,204). Sum of RGB (Red+Green+Blue) = 253+117+204=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD75CC is #028A33. Grayscale: #A7A7A7. Windows color (decimal): -166452 or 13399549. OLE color: 13399549.

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

Color convert

RGB253117204-
CMYK00.540.190.01
HSL321.62º97.14%72.55%-
HSV(B)321.62º53.75%99.22%-
XYZ57.7737.9661.41-
YUV167.58148.56188.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 117 (46.09% from 255) = 20.38%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=44.08%
G=20.38%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311720400.540.190.01321.6297.1472.55
HexFD75CC0361311426149
Octal375165314066231502141111
Binary11111101111010111001100011011010011110100001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD75CC; }

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

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

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

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

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

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

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

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