#FF72D8

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

Shades of Neon Pink #FF72D8

Tints of Neon Pink #FF72D8

Color information

#FF72D8 (or 0xFF72D8) is unknown color: approx Neon Pink. HEX triplet: FF, 72 and D8. RGB value is (255,114,216). Sum of RGB (Red+Green+Blue) = 255+114+216=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72D8 is #008D27. Grayscale: #A7A7A7. Windows color (decimal): -36136 or 14185215. OLE color: 14185215.

HSL color Cylindrical-coordinate representation of color #FF72D8: hue angle of 316.6º 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 #FF72D8 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255114216-
CMYK00.550.150
HSL316.6º100%72.35%-
HSV(B)316.6º55.29%100%-
XYZ59.6538.2569.21-
YUV167.79155.21190.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 114 (44.92% from 255) = 19.49%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=43.59%
G=19.49%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511421600.550.150316.610072.35
HexFF72D8037F013d6448
Octal377162330067170475144110
Binary1111111111100101101100001101111111010011110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72D8; }

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

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

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

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

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

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

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

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