#F974D1

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

Shades of Neon Pink #F974D1

Tints of Neon Pink #F974D1

Color information

#F974D1 (or 0xF974D1) is unknown color: approx Neon Pink. HEX triplet: F9, 74 and D1. RGB value is (249,116,209). Sum of RGB (Red+Green+Blue) = 249+116+209=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F974D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974D1 is #068B2E. Grayscale: #A6A6A6. Windows color (decimal): -428847 or 13726969. OLE color: 13726969.

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

Color convert

RGB249116209-
CMYK00.530.160.02
HSL318.05º91.72%71.57%-
HSV(B)318.05º53.41%97.65%-
XYZ56.8237.2364.51-
YUV166.37152.06186.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 116 (45.70% from 255) = 20.21%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=43.38%
G=20.21%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911620900.530.160.02318.0591.7271.57
HexF974D103510213e5c48
Octal371164321065202476134110
Binary111110011110100110100010110101100001010011111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974D1; }

 p { color: rgb(249,116,209); }

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

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

 a { background-color: rgb(249,116,209); }

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

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

 span { border-color: rgb(249,116,209); }

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