#FD6FD2

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

Shades of Neon Pink #FD6FD2

Tints of Neon Pink #FD6FD2

Color information

#FD6FD2 (or 0xFD6FD2) is unknown color: approx Neon Pink. HEX triplet: FD, 6F and D2. RGB value is (253,111,210). Sum of RGB (Red+Green+Blue) = 253+111+210=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FD2 is #02902D. Grayscale: #A4A4A4. Windows color (decimal): -167982 or 13791229. OLE color: 13791229.

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

Color convert

RGB253111210-
CMYK00.560.170.01
HSL318.17º97.26%71.37%-
HSV(B)318.17º56.13%99.22%-
XYZ57.8336.965.05-
YUV164.74153.54190.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 111 (43.75% from 255) = 19.34%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=44.08%
G=19.34%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311121000.560.170.01318.1797.2671.37
HexFD6FD203811113e6147
Octal375157322070211476141107
Binary11111101110111111010010011100010001110011111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6FD2; }

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

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

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

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

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

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

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

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