#FF70BF

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

Shades of Neon Pink #FF70BF

Tints of Neon Pink #FF70BF

Color information

#FF70BF (or 0xFF70BF) is unknown color: approx Neon Pink. HEX triplet: FF, 70 and BF. RGB value is (255,112,191). Sum of RGB (Red+Green+Blue) = 255+112+191=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70BF is #008F40. Grayscale: #A3A3A3. Windows color (decimal): -36673 or 12546303. OLE color: 12546303.

HSL color Cylindrical-coordinate representation of color #FF70BF: hue angle of 326.85º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70BF is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255112191-
CMYK00.560.250
HSL326.85º100%71.96%-
HSV(B)326.85º56.08%100%-
XYZ56.4436.6153.38-
YUV163.76143.38193.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 112 (44.14% from 255) = 20.07%
BLUE value IS 191 (75% from 255) = 34.23%
R=45.70%
G=20.07%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511219100.560.250326.8510071.96
HexFF70BF0381901476448
Octal377160277070310507144110
Binary11111111111000010111111011100011001010100011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70BF; }

 p { color: rgb(255,112,191); }

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

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

 a { background-color: rgb(255,112,191); }

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

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

 span { border-color: rgb(255,112,191); }

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