#F370CC

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

Shades of Neon Pink #F370CC

Tints of Neon Pink #F370CC

Color information

#F370CC (or 0xF370CC) is unknown color: approx Neon Pink. HEX triplet: F3, 70 and CC. RGB value is (243,112,204). Sum of RGB (Red+Green+Blue) = 243+112+204=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F370CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370CC is #0C8F33. Grayscale: #A1A1A1. Windows color (decimal): -823092 or 13398259. OLE color: 13398259.

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

Color convert

RGB243112204-
CMYK00.540.160.05
HSL317.86º84.52%69.61%-
HSV(B)317.86º53.91%95.29%-
XYZ53.663561.05-
YUV161.66151.9186.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.47%
GREEN value IS 112 (44.14% from 255) = 20.04%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=43.47%
G=20.04%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311220400.540.160.05317.8684.5269.61
HexF370CC03610513e5546
Octal363160314066205476125106
Binary1111001111100001100110001101101000010110011111010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F370CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F370CC; }

 p { color: rgb(243,112,204); }

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

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

 a { background-color: rgb(243,112,204); }

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

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

 span { border-color: rgb(243,112,204); }

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