#F970CA

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

Shades of Neon Pink #F970CA

Tints of Neon Pink #F970CA

Color information

#F970CA (or 0xF970CA) is unknown color: approx Neon Pink. HEX triplet: F9, 70 and CA. RGB value is (249,112,202). Sum of RGB (Red+Green+Blue) = 249+112+202=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F970CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970CA is #068F35. Grayscale: #A3A3A3. Windows color (decimal): -429878 or 13267193. OLE color: 13267193.

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

Color convert

RGB249112202-
CMYK00.550.190.02
HSL320.58º91.95%70.78%-
HSV(B)320.58º55.02%97.65%-
XYZ55.5235.9959.9-
YUV163.22149.89189.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 112 (44.14% from 255) = 19.89%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=44.23%
G=19.89%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911220200.550.190.02320.5891.9570.78
HexF970CA0371321415c47
Octal371160312067232501134107
Binary111110011110000110010100110111100111010100000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F970CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F970CA; }

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

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

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

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

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

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

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

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