#FD6FCF

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

Shades of Neon Pink #FD6FCF

Tints of Neon Pink #FD6FCF

Color information

#FD6FCF (or 0xFD6FCF) is unknown color: approx Neon Pink. HEX triplet: FD, 6F and CF. RGB value is (253,111,207). Sum of RGB (Red+Green+Blue) = 253+111+207=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FCF is #029030. Grayscale: #A4A4A4. Windows color (decimal): -167985 or 13594621. OLE color: 13594621.

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

Color convert

RGB253111207-
CMYK00.560.180.01
HSL319.44º97.26%71.37%-
HSV(B)319.44º56.13%99.22%-
XYZ57.4536.7663.1-
YUV164.4152.04191.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 111 (43.75% from 255) = 19.44%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=44.31%
G=19.44%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311120700.560.180.01319.4497.2671.37
HexFD6FCF03812113f6147
Octal375157317070221477141107
Binary11111101110111111001111011100010010110011111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6FCF; }

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

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

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

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

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

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

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

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