#F972D0

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

Shades of Neon Pink #F972D0

Tints of Neon Pink #F972D0

Color information

#F972D0 (or 0xF972D0) is unknown color: approx Neon Pink. HEX triplet: F9, 72 and D0. RGB value is (249,114,208). Sum of RGB (Red+Green+Blue) = 249+114+208=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F972D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972D0 is #068D2F. Grayscale: #A4A4A4. Windows color (decimal): -429360 or 13660921. OLE color: 13660921.

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

Color convert

RGB249114208-
CMYK00.540.160.02
HSL318.22º91.84%71.18%-
HSV(B)318.22º54.22%97.65%-
XYZ56.4736.7363.79-
YUV165.08152.23187.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 114 (44.92% from 255) = 19.96%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=43.61%
G=19.96%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911420800.540.160.02318.2291.8471.18
HexF972D003610213e5c47
Octal371162320066202476134107
Binary111110011110010110100000110110100001010011111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972D0; }

 p { color: rgb(249,114,208); }

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

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

 a { background-color: rgb(249,114,208); }

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

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

 span { border-color: rgb(249,114,208); }

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