Html Css Color HEX #FF72C0 Neon Pink

📋 copy color: '#FF72C0'

red 255 ◦ green 114 ◦ blue 192

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

Shades of Neon Pink #FF72C0

Tints of Neon Pink #FF72C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 45.45%
G = 20.32%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF72C0 (or 0xFF72C0) is known color: Neon Pink. HEX triplet: FF, 72 and C0. RGB value is (255,114,192). Sum of RGB (Red+Green+Blue) = 255+114+192=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72C0 is #008D3F. Grayscale: #A4A4A4. Windows color (decimal): -36160 or 12612351. OLE color: 12612351.

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

Color convert

RGB 255 114 192 -
CMYK 0 0.55 0.25 0
HSL 326.81º 1% 0.72% -
HSV(B) 326.81º 0.55% 1% -
XYZ 56.77 37.1 54.04 -
YUV 165.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 255 114 192 0 0.55 0.25 0 326.81 1 0.72
Hex FF 72 C0 0 37 19 0 147 64 48
Octal 377 162 300 0 67 31 0 507 144 110
Binary 11111111 1110010 11000000 0 110111 11001 0 101000111 1100100 1001000

Color Harmonies of #FF72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72C0

Black with #FF72C0

Text Example


Text Example

White with #FF72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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