#F971C9

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

Shades of Neon Pink #F971C9

Tints of Neon Pink #F971C9

Color information

#F971C9 (or 0xF971C9) is unknown color: approx Neon Pink. HEX triplet: F9, 71 and C9. RGB value is (249,113,201). Sum of RGB (Red+Green+Blue) = 249+113+201=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F971C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971C9 is #068E36. Grayscale: #A3A3A3. Windows color (decimal): -429623 or 13201913. OLE color: 13201913.

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

Color convert

RGB249113201-
CMYK00.550.190.02
HSL321.18º91.89%70.98%-
HSV(B)321.18º54.62%97.65%-
XYZ55.5136.1759.31-
YUV163.7149.06188.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 113 (44.53% from 255) = 20.07%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=44.23%
G=20.07%
B=35.70%

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
Decimal24911320100.550.190.02321.1891.8970.98
HexF971C90371321415c47
Octal371161311067232501134107
Binary111110011110001110010010110111100111010100000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F971C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F971C9; }

 p { color: rgb(249,113,201); }

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

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

 a { background-color: rgb(249,113,201); }

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

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

 span { border-color: rgb(249,113,201); }

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