#F374C8

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

Shades of Neon Pink #F374C8

Tints of Neon Pink #F374C8

Color information

#F374C8 (or 0xF374C8) is unknown color: approx Neon Pink. HEX triplet: F3, 74 and C8. RGB value is (243,116,200). Sum of RGB (Red+Green+Blue) = 243+116+200=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F374C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374C8 is #0C8B37. Grayscale: #A3A3A3. Windows color (decimal): -822072 or 13137139. OLE color: 13137139.

HSL color Cylindrical-coordinate representation of color #F374C8: hue angle of 320.31º 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 #F374C8 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB243116200-
CMYK00.520.180.05
HSL320.31º84.11%70.39%-
HSV(B)320.31º52.26%95.29%-
XYZ53.6335.7258.71-
YUV163.55148.58184.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.47%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=43.47%
G=20.75%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311620000.520.180.05320.3184.1170.39
HexF374C80341251405446
Octal363164310064225500124106
Binary1111001111101001100100001101001001010110100000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F374C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F374C8; }

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

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

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

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

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

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

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

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