#F971D9

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

Shades of Neon Pink #F971D9

Tints of Neon Pink #F971D9

Color information

#F971D9 (or 0xF971D9) is unknown color: approx Neon Pink. HEX triplet: F9, 71 and D9. RGB value is (249,113,217). Sum of RGB (Red+Green+Blue) = 249+113+217=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F971D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971D9 is #068E26. Grayscale: #A5A5A5. Windows color (decimal): -429607 or 14250489. OLE color: 14250489.

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

Color convert

RGB249113217-
CMYK00.550.130.02
HSL314.12º91.89%70.98%-
HSV(B)314.12º54.62%97.65%-
XYZ57.536.9669.75-
YUV165.52157.06187.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 113 (44.53% from 255) = 19.52%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=43.01%
G=19.52%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911321700.550.130.02314.1291.8970.98
HexF971D9037D213a5c47
Octal371161331067152472134107
Binary11111001111000111011001011011111011010011101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F971D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F971D9; }

 p { color: rgb(249,113,217); }

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

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

 a { background-color: rgb(249,113,217); }

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

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

 span { border-color: rgb(249,113,217); }

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