#F070D1

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

Shades of Neon Pink #F070D1

Tints of Neon Pink #F070D1

Color information

#F070D1 (or 0xF070D1) is unknown color: approx Neon Pink. HEX triplet: F0, 70 and D1. RGB value is (240,112,209). Sum of RGB (Red+Green+Blue) = 240+112+209=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F070D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070D1 is #0F8F2E. Grayscale: #A1A1A1. Windows color (decimal): -1019695 or 13725936. OLE color: 13725936.

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

Color convert

RGB240112209-
CMYK00.530.130.06
HSL314.53º81.01%69.02%-
HSV(B)314.53º53.33%94.12%-
XYZ53.2434.7264.22-
YUV161.33154.91184.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 112 (44.14% from 255) = 19.96%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=42.78%
G=19.96%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011220900.530.130.06314.5381.0169.02
HexF070D1035D613b5145
Octal360160321065156473121105
Binary111100001110000110100010110101110111010011101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F070D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F070D1; }

 p { color: rgb(240,112,209); }

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

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

 a { background-color: rgb(240,112,209); }

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

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

 span { border-color: rgb(240,112,209); }

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