#FA74D0

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

Shades of Neon Pink #FA74D0

Tints of Neon Pink #FA74D0

Color information

#FA74D0 (or 0xFA74D0) is unknown color: approx Neon Pink. HEX triplet: FA, 74 and D0. RGB value is (250,116,208). Sum of RGB (Red+Green+Blue) = 250+116+208=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74D0 is #058B2F. Grayscale: #A6A6A6. Windows color (decimal): -363312 or 13661434. OLE color: 13661434.

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

Color convert

RGB250116208-
CMYK00.540.170.02
HSL318.81º93.06%71.76%-
HSV(B)318.81º53.6%98.04%-
XYZ57.0537.3763.88-
YUV166.55151.39187.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 116 (45.70% from 255) = 20.21%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=43.55%
G=20.21%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011620800.540.170.02318.8193.0671.76
HexFA74D003611213f5d48
Octal372164320066212477135110
Binary111110101110100110100000110110100011010011111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA74D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA74D0; }

 p { color: rgb(250,116,208); }

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

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

 a { background-color: rgb(250,116,208); }

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

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

 span { border-color: rgb(250,116,208); }

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