Html Css Color HEX #FF72C4 Neon Pink

📋 copy color: '#FF72C4'

red 255 ◦ green 114 ◦ blue 196

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

Shades of Neon Pink #FF72C4

Tints of Neon Pink #FF72C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 45.13%
G = 20.18%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF72C4 (or 0xFF72C4) is known color: Neon Pink. HEX triplet: FF, 72 and C4. RGB value is (255,114,196). Sum of RGB (Red+Green+Blue) = 255+114+196=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72C4 is #008D3B. Grayscale: #A5A5A5. Windows color (decimal): -36156 or 12874495. OLE color: 12874495.

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

Color convert

RGB 255 114 196 -
CMYK 0 0.55 0.23 0
HSL 325.11º 1% 0.72% -
HSV(B) 325.11º 0.55% 1% -
XYZ 57.22 37.28 56.4 -
YUV 165.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 255 114 196 0 0.55 0.23 0 325.11 1 0.72
Hex FF 72 C4 0 37 17 0 145 64 48
Octal 377 162 304 0 67 27 0 505 144 110
Binary 11111111 1110010 11000100 0 110111 10111 0 101000101 1100100 1001000

Color Harmonies of #FF72C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72C4

Black with #FF72C4

Text Example


Text Example

White with #FF72C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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