#F979D1

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

Shades of Neon Pink #F979D1

Tints of Neon Pink #F979D1

Color information

#F979D1 (or 0xF979D1) is unknown color: approx Neon Pink. HEX triplet: F9, 79 and D1. RGB value is (249,121,209). Sum of RGB (Red+Green+Blue) = 249+121+209=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F979D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979D1 is #06862E. Grayscale: #A9A9A9. Windows color (decimal): -427567 or 13728249. OLE color: 13728249.

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

Color convert

RGB249121209-
CMYK00.510.160.02
HSL318.75º91.43%72.55%-
HSV(B)318.75º51.41%97.65%-
XYZ57.4138.4264.71-
YUV169.3150.41184.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 121 (47.66% from 255) = 20.90%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=43.01%
G=20.90%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912120900.510.160.02318.7591.4372.55
HexF979D103310213f5b49
Octal371171321063202477133111
Binary111110011111001110100010110011100001010011111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F979D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F979D1; }

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

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

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

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

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

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

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

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