#FD6DC7

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

Shades of Neon Pink #FD6DC7

Tints of Neon Pink #FD6DC7

Color information

#FD6DC7 (or 0xFD6DC7) is unknown color: approx Neon Pink. HEX triplet: FD, 6D and C7. RGB value is (253,109,199). Sum of RGB (Red+Green+Blue) = 253+109+199=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DC7 is #029238. Grayscale: #A2A2A2. Windows color (decimal): -168505 or 13069821. OLE color: 13069821.

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

Color convert

RGB253109199-
CMYK00.570.210.01
HSL322.5º97.3%70.98%-
HSV(B)322.5º56.92%99.22%-
XYZ56.2935.9458-
YUV162.32148.71192.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 109 (42.97% from 255) = 19.43%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=45.10%
G=19.43%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310919900.570.210.01322.597.370.98
HexFD6DC70391511426147
Octal375155307071251502141107
Binary11111101110110111000111011100110101110100001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6DC7; }

 p { color: rgb(253,109,199); }

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

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

 a { background-color: rgb(253,109,199); }

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

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

 span { border-color: rgb(253,109,199); }

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