#F970CC

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

Shades of Neon Pink #F970CC

Tints of Neon Pink #F970CC

Color information

#F970CC (or 0xF970CC) is unknown color: approx Neon Pink. HEX triplet: F9, 70 and CC. RGB value is (249,112,204). Sum of RGB (Red+Green+Blue) = 249+112+204=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F970CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970CC is #068F33. Grayscale: #A3A3A3. Windows color (decimal): -429876 or 13398265. OLE color: 13398265.

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

Color convert

RGB249112204-
CMYK00.550.180.02
HSL319.71º91.95%70.78%-
HSV(B)319.71º55.02%97.65%-
XYZ55.7636.0961.15-
YUV163.45150.89189.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.07%
GREEN value IS 112 (44.14% from 255) = 19.82%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=44.07%
G=19.82%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911220400.550.180.02319.7191.9570.78
HexF970CC0371221405c47
Octal371160314067222500134107
Binary111110011110000110011000110111100101010100000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F970CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F970CC; }

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

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

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

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

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

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

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

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