#FF72D1

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

Shades of Neon Pink #FF72D1

Tints of Neon Pink #FF72D1

Color information

#FF72D1 (or 0xFF72D1) is unknown color: approx Neon Pink. HEX triplet: FF, 72 and D1. RGB value is (255,114,209). Sum of RGB (Red+Green+Blue) = 255+114+209=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72D1 is #008D2E. Grayscale: #A6A6A6. Windows color (decimal): -36143 or 13726463. OLE color: 13726463.

HSL color Cylindrical-coordinate representation of color #FF72D1: hue angle of 319.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF72D1 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255114209-
CMYK00.550.180
HSL319.57º100%72.35%-
HSV(B)319.57º55.29%100%-
XYZ58.7737.964.54-
YUV166.99151.71190.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 114 (44.92% from 255) = 19.72%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=44.12%
G=19.72%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511420900.550.180319.5710072.35
HexFF72D10371201406448
Octal377162321067220500144110
Binary11111111111001011010001011011110010010100000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72D1; }

 p { color: rgb(255,114,209); }

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

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

 a { background-color: rgb(255,114,209); }

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

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

 span { border-color: rgb(255,114,209); }

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