#F073CA

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

Shades of Neon Pink #F073CA

Tints of Neon Pink #F073CA

Color information

#F073CA (or 0xF073CA) is unknown color: approx Neon Pink. HEX triplet: F0, 73 and CA. RGB value is (240,115,202). Sum of RGB (Red+Green+Blue) = 240+115+202=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F073CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073CA is #0F8C35. Grayscale: #A2A2A2. Windows color (decimal): -1018934 or 13267952. OLE color: 13267952.

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

Color convert

RGB240115202-
CMYK00.520.160.06
HSL318.24º80.65%69.61%-
HSV(B)318.24º52.08%94.12%-
XYZ52.7335.0559.86-
YUV162.29150.41183.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 115 (45.31% from 255) = 20.65%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=43.09%
G=20.65%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011520200.520.160.06318.2480.6569.61
HexF073CA03410613e5146
Octal360163312064206476121106
Binary1111000011100111100101001101001000011010011111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073CA; }

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

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

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

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

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

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

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

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