#F973D2

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

Shades of Neon Pink #F973D2

Tints of Neon Pink #F973D2

Color information

#F973D2 (or 0xF973D2) is unknown color: approx Neon Pink. HEX triplet: F9, 73 and D2. RGB value is (249,115,210). Sum of RGB (Red+Green+Blue) = 249+115+210=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F973D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973D2 is #068C2D. Grayscale: #A5A5A5. Windows color (decimal): -429102 or 13792249. OLE color: 13792249.

HSL color Cylindrical-coordinate representation of color #F973D2: hue angle of 317.46º degrees, saturation: 0.92, 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 #F973D2 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249115210-
CMYK00.540.160.02
HSL317.46º91.78%71.37%-
HSV(B)317.46º53.82%97.65%-
XYZ56.8337.0565.13-
YUV165.9152.89187.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 115 (45.31% from 255) = 20.03%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=43.38%
G=20.03%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911521000.540.160.02317.4691.7871.37
HexF973D203610213d5c47
Octal371163322066202475134107
Binary111110011110011110100100110110100001010011110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F973D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F973D2; }

 p { color: rgb(249,115,210); }

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

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

 a { background-color: rgb(249,115,210); }

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

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

 span { border-color: rgb(249,115,210); }

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