#f374c9

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

Shades of Neon Pink #F374C9

Tints of Neon Pink #F374C9

Color information

#F374C9 (or 0xF374C9) is unknown color: approx Neon Pink. HEX triplet: F3, 74 and C9. RGB value is (243,116,201). Sum of RGB (Red+Green+Blue) = 243+116+201=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F374C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374C9 is #0C8B36. Grayscale: #A3A3A3. Windows color (decimal): -822071 or 13202675. OLE color: 13202675.

HSL color Cylindrical-coordinate representation of color #F374C9: hue angle of 319.84º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F374C9 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243116201-
CMYK00.520.170.05
HSL319.84º84.11%70.39%-
HSV(B)319.84º52.26%95.29%-
XYZ53.7535.7659.33-
YUV163.66149.08184.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.39%
GREEN value IS 116 (45.70% from 255) = 20.71%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=43.39%
G=20.71%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311620100.520.170.05319.8484.1170.39
HexF374C90341151405446
Octal363164311064215500124106
Binary1111001111101001100100101101001000110110100000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f374c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f374c9; }

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

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

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

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

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

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

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

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