#F971D7

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

Shades of Neon Pink #F971D7

Tints of Neon Pink #F971D7

Color information

#F971D7 (or 0xF971D7) is unknown color: approx Neon Pink. HEX triplet: F9, 71 and D7. RGB value is (249,113,215). Sum of RGB (Red+Green+Blue) = 249+113+215=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F971D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971D7 is #068E28. Grayscale: #A5A5A5. Windows color (decimal): -429609 or 14119417. OLE color: 14119417.

HSL color Cylindrical-coordinate representation of color #F971D7: hue angle of 315º 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 #F971D7 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249113215-
CMYK00.550.140.02
HSL315º91.89%70.98%-
HSV(B)315º54.62%97.65%-
XYZ57.2436.8668.39-
YUV165.29156.06187.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 113 (44.53% from 255) = 19.58%
BLUE value IS 215 (84.38% from 255) = 37.26%
R=43.15%
G=19.58%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911321500.550.140.0231591.8970.98
HexF971D7037E213b5c47
Octal371161327067162473134107
Binary11111001111000111010111011011111101010011101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F971D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F971D7; }

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

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

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

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

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

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

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

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