#F97ACB

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

Shades of Neon Pink #F97ACB

Tints of Neon Pink #F97ACB

Color information

#F97ACB (or 0xF97ACB) is unknown color: approx Neon Pink. HEX triplet: F9, 7A and CB. RGB value is (249,122,203). Sum of RGB (Red+Green+Blue) = 249+122+203=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ACB is #068534. Grayscale: #A9A9A9. Windows color (decimal): -427317 or 13335289. OLE color: 13335289.

HSL color Cylindrical-coordinate representation of color #F97ACB: hue angle of 321.73º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97ACB is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249122203-
CMYK00.510.180.02
HSL321.73º91.37%72.75%-
HSV(B)321.73º51%97.65%-
XYZ56.8138.3760.91-
YUV169.21147.08184.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 122 (48.05% from 255) = 21.25%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=43.38%
G=21.25%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912220300.510.180.02321.7391.3772.75
HexF97ACB0331221425b49
Octal371172313063222502133111
Binary111110011111010110010110110011100101010100001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97ACB; }

 p { color: rgb(249,122,203); }

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

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

 a { background-color: rgb(249,122,203); }

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

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

 span { border-color: rgb(249,122,203); }

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