#F373C4

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

Shades of Neon Pink #F373C4

Tints of Neon Pink #F373C4

Color information

#F373C4 (or 0xF373C4) is unknown color: approx Neon Pink. HEX triplet: F3, 73 and C4. RGB value is (243,115,196). Sum of RGB (Red+Green+Blue) = 243+115+196=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F373C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373C4 is #0C8C3B. Grayscale: #A2A2A2. Windows color (decimal): -822332 or 12874739. OLE color: 12874739.

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

Color convert

RGB243115196-
CMYK00.530.190.05
HSL322.03º84.21%70.2%-
HSV(B)322.03º52.67%95.29%-
XYZ53.0635.356.24-
YUV162.51146.91185.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 115 (45.31% from 255) = 20.76%
BLUE value IS 196 (76.95% from 255) = 35.38%
R=43.86%
G=20.76%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311519600.530.190.05322.0384.2170.2
HexF373C40351351425446
Octal363163304065235502124106
Binary1111001111100111100010001101011001110110100001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F373C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F373C4; }

 p { color: rgb(243,115,196); }

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

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

 a { background-color: rgb(243,115,196); }

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

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

 span { border-color: rgb(243,115,196); }

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