#F073C8

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

Shades of Neon Pink #F073C8

Tints of Neon Pink #F073C8

Color information

#F073C8 (or 0xF073C8) is unknown color: approx Neon Pink. HEX triplet: F0, 73 and C8. RGB value is (240,115,200). Sum of RGB (Red+Green+Blue) = 240+115+200=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F073C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073C8 is #0F8C37. Grayscale: #A1A1A1. Windows color (decimal): -1018936 or 13136880. OLE color: 13136880.

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

Color convert

RGB240115200-
CMYK00.520.170.06
HSL319.2º80.65%69.61%-
HSV(B)319.2º52.08%94.12%-
XYZ52.4934.9658.62-
YUV162.06149.41183.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 115 (45.31% from 255) = 20.72%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=43.24%
G=20.72%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011520000.520.170.06319.280.6569.61
HexF073C803411613f5146
Octal360163310064216477121106
Binary1111000011100111100100001101001000111010011111110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073C8; }

 p { color: rgb(240,115,200); }

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

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

 a { background-color: rgb(240,115,200); }

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

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

 span { border-color: rgb(240,115,200); }

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