#F979D3

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

Shades of Neon Pink #F979D3

Tints of Neon Pink #F979D3

Color information

#F979D3 (or 0xF979D3) is unknown color: approx Neon Pink. HEX triplet: F9, 79 and D3. RGB value is (249,121,211). Sum of RGB (Red+Green+Blue) = 249+121+211=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F979D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979D3 is #06862C. Grayscale: #A9A9A9. Windows color (decimal): -427565 or 13859321. OLE color: 13859321.

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

Color convert

RGB249121211-
CMYK00.510.150.02
HSL317.81º91.43%72.55%-
HSV(B)317.81º51.41%97.65%-
XYZ57.6638.5266.02-
YUV169.53151.41184.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 121 (47.66% from 255) = 20.83%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=42.86%
G=20.83%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912121100.510.150.02317.8191.4372.55
HexF979D3033F213e5b49
Octal371171323063172476133111
Binary11111001111100111010011011001111111010011111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F979D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F979D3; }

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

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

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

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

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

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

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

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