#F076CE

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

Shades of Neon Pink #F076CE

Tints of Neon Pink #F076CE

Color information

#F076CE (or 0xF076CE) is unknown color: approx Neon Pink. HEX triplet: F0, 76 and CE. RGB value is (240,118,206). Sum of RGB (Red+Green+Blue) = 240+118+206=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F076CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076CE is #0F8931. Grayscale: #A4A4A4. Windows color (decimal): -1018162 or 13530864. OLE color: 13530864.

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

Color convert

RGB240118206-
CMYK00.510.140.06
HSL316.72º80.26%70.2%-
HSV(B)316.72º50.83%94.12%-
XYZ53.5535.9462.51-
YUV164.51151.42181.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.55%
GREEN value IS 118 (46.48% from 255) = 20.92%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=42.55%
G=20.92%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011820600.510.140.06316.7280.2670.2
HexF076CE033E613d5046
Octal360166316063166475120106
Binary111100001110110110011100110011111011010011110110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F076CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F076CE; }

 p { color: rgb(240,118,206); }

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

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

 a { background-color: rgb(240,118,206); }

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

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

 span { border-color: rgb(240,118,206); }

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