#F970D2

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

Shades of Neon Pink #F970D2

Tints of Neon Pink #F970D2

Color information

#F970D2 (or 0xF970D2) is unknown color: approx Neon Pink. HEX triplet: F9, 70 and D2. RGB value is (249,112,210). Sum of RGB (Red+Green+Blue) = 249+112+210=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F970D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970D2 is #068F2D. Grayscale: #A3A3A3. Windows color (decimal): -429870 or 13791481. OLE color: 13791481.

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

Color convert

RGB249112210-
CMYK00.550.160.02
HSL317.08º91.95%70.78%-
HSV(B)317.08º55.02%97.65%-
XYZ56.4936.3865.02-
YUV164.14153.89188.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 112 (44.14% from 255) = 19.61%
BLUE value IS 210 (82.42% from 255) = 36.78%
R=43.61%
G=19.61%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911221000.550.160.02317.0891.9570.78
HexF970D203710213d5c47
Octal371160322067202475134107
Binary111110011110000110100100110111100001010011110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F970D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F970D2; }

 p { color: rgb(249,112,210); }

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

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

 a { background-color: rgb(249,112,210); }

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

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

 span { border-color: rgb(249,112,210); }

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