Html Css Color HEX #FF72DA Neon Pink

📋 copy color: '#FF72DA'

red 255 ◦ green 114 ◦ blue 218

#FF72DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FF72DA

Tints of Neon Pink #FF72DA

RGB

 RED value IS 255 (100% from 255) = 43.44%

 GREEN value IS 114 (44.92% from 255) = 19.42%

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 43.44%
G = 19.42%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF72DA (or 0xFF72DA) is known color: Neon Pink. HEX triplet: FF, 72 and DA. RGB value is (255,114,218). Sum of RGB (Red+Green+Blue) = 255+114+218=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72DA is #008D25. Grayscale: #A7A7A7. Windows color (decimal): -36134 or 14316287. OLE color: 14316287.

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

Color convert

RGB 255 114 218 -
CMYK 0 0.55 0.15 0
HSL 315.74º 1% 0.72% -
HSV(B) 315.74º 0.55% 1% -
XYZ 59.91 38.36 70.58 -
YUV 168.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 255 114 218 0 0.55 0.15 0 315.74 1 0.72
Hex FF 72 DA 0 37 F 0 13C 64 48
Octal 377 162 332 0 67 17 0 474 144 110
Binary 11111111 1110010 11011010 0 110111 1111 0 100111100 1100100 1001000

Color Harmonies of #FF72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72DA

Black with #FF72DA

Text Example


Text Example

White with #FF72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72DA; }

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

 H1.HeaderClassName
 {
   color: #FF72DA;
 }
 .AnyTagClassName
 {
   color: #FF72DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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