#F073C7

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

Shades of Neon Pink #F073C7

Tints of Neon Pink #F073C7

Color information

#F073C7 (or 0xF073C7) is unknown color: approx Neon Pink. HEX triplet: F0, 73 and C7. RGB value is (240,115,199). Sum of RGB (Red+Green+Blue) = 240+115+199=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F073C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073C7 is #0F8C38. Grayscale: #A1A1A1. Windows color (decimal): -1018937 or 13071344. OLE color: 13071344.

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

Color convert

RGB240115199-
CMYK00.520.170.06
HSL319.68º80.65%69.61%-
HSV(B)319.68º52.08%94.12%-
XYZ52.3734.9158.01-
YUV161.95148.91183.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.32%
GREEN value IS 115 (45.31% from 255) = 20.76%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=43.32%
G=20.76%
B=35.92%

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
Decimal24011519900.520.170.06319.6880.6569.61
HexF073C70341161405146
Octal360163307064216500121106
Binary1111000011100111100011101101001000111010100000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073C7; }

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

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

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

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

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

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

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

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