#F974C9

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

Shades of Neon Pink #F974C9

Tints of Neon Pink #F974C9

Color information

#F974C9 (or 0xF974C9) is unknown color: approx Neon Pink. HEX triplet: F9, 74 and C9. RGB value is (249,116,201). Sum of RGB (Red+Green+Blue) = 249+116+201=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F974C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974C9 is #068B36. Grayscale: #A5A5A5. Windows color (decimal): -428855 or 13202681. OLE color: 13202681.

HSL color Cylindrical-coordinate representation of color #F974C9: hue angle of 321.65º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974C9 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249116201-
CMYK00.530.190.02
HSL321.65º91.72%71.57%-
HSV(B)321.65º53.41%97.65%-
XYZ55.8536.8559.43-
YUV165.46148.06187.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.99%
GREEN value IS 116 (45.70% from 255) = 20.49%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=43.99%
G=20.49%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911620100.530.190.02321.6591.7271.57
HexF974C90351321425c48
Octal371164311065232502134110
Binary111110011110100110010010110101100111010100001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974C9; }

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

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

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

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

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

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

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

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