#FA72C4

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

Shades of Neon Pink #FA72C4

Tints of Neon Pink #FA72C4

Color information

#FA72C4 (or 0xFA72C4) is unknown color: approx Neon Pink. HEX triplet: FA, 72 and C4. RGB value is (250,114,196). Sum of RGB (Red+Green+Blue) = 250+114+196=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72C4 is #058D3B. Grayscale: #A3A3A3. Windows color (decimal): -363836 or 12874490. OLE color: 12874490.

HSL color Cylindrical-coordinate representation of color #FA72C4: hue angle of 323.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72C4 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250114196-
CMYK00.540.220.02
HSL323.82º93.15%71.37%-
HSV(B)323.82º54.4%98.04%-
XYZ55.4136.3456.32-
YUV164.01146.06189.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 114 (44.92% from 255) = 20.36%
BLUE value IS 196 (76.95% from 255) = 35%
R=44.64%
G=20.36%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011419600.540.220.02323.8293.1571.37
HexFA72C40361621445d47
Octal372162304066262504135107
Binary111110101110010110001000110110101101010100010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA72C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA72C4; }

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

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

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

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

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

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

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

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