#F375C6

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

Shades of Neon Pink #F375C6

Tints of Neon Pink #F375C6

Color information

#F375C6 (or 0xF375C6) is unknown color: approx Neon Pink. HEX triplet: F3, 75 and C6. RGB value is (243,117,198). Sum of RGB (Red+Green+Blue) = 243+117+198=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F375C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375C6 is #0C8A39. Grayscale: #A3A3A3. Windows color (decimal): -821818 or 13006323. OLE color: 13006323.

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

Color convert

RGB243117198-
CMYK00.520.190.05
HSL321.43º84%70.59%-
HSV(B)321.43º51.85%95.29%-
XYZ53.5235.8557.53-
YUV163.91147.24184.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 198 (77.73% from 255) = 35.48%
R=43.55%
G=20.97%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311719800.520.190.05321.438470.59
HexF375C60341351415447
Octal363165306064235501124107
Binary1111001111101011100011001101001001110110100000110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F375C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F375C6; }

 p { color: rgb(243,117,198); }

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

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

 a { background-color: rgb(243,117,198); }

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

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

 span { border-color: rgb(243,117,198); }

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