#F970D4

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

Shades of Neon Pink #F970D4

Tints of Neon Pink #F970D4

Color information

#F970D4 (or 0xF970D4) is unknown color: approx Neon Pink. HEX triplet: F9, 70 and D4. RGB value is (249,112,212). Sum of RGB (Red+Green+Blue) = 249+112+212=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F970D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970D4 is #068F2B. Grayscale: #A4A4A4. Windows color (decimal): -429868 or 13922553. OLE color: 13922553.

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

Color convert

RGB249112212-
CMYK00.550.150.02
HSL316.2º91.95%70.78%-
HSV(B)316.2º55.02%97.65%-
XYZ56.7436.4866.34-
YUV164.36154.89188.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.46%
GREEN value IS 112 (44.14% from 255) = 19.55%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=43.46%
G=19.55%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911221200.550.150.02316.291.9570.78
HexF970D4037F213c5c47
Octal371160324067172474134107
Binary11111001111000011010100011011111111010011110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F970D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F970D4; }

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

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

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

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

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

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

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

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