Html Css Color HEX #FF72D4 Neon Pink

📋 copy color: '#FF72D4'

red 255 ◦ green 114 ◦ blue 212

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

Shades of Neon Pink #FF72D4

Tints of Neon Pink #FF72D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.49%

R = 43.89%
G = 19.62%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF72D4 (or 0xFF72D4) is known color: Neon Pink. HEX triplet: FF, 72 and D4. RGB value is (255,114,212). Sum of RGB (Red+Green+Blue) = 255+114+212=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72D4 is #008D2B. Grayscale: #A7A7A7. Windows color (decimal): -36140 or 13923071. OLE color: 13923071.

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

Color convert

RGB 255 114 212 -
CMYK 0 0.55 0.17 0
HSL 318.3º 1% 0.72% -
HSV(B) 318.3º 0.55% 1% -
XYZ 59.14 38.05 66.51 -
YUV 167.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 255 114 212 0 0.55 0.17 0 318.3 1 0.72
Hex FF 72 D4 0 37 11 0 13E 64 48
Octal 377 162 324 0 67 21 0 476 144 110
Binary 11111111 1110010 11010100 0 110111 10001 0 100111110 1100100 1001000

Color Harmonies of #FF72D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72D4

Black with #FF72D4

Text Example


Text Example

White with #FF72D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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