#FF70C0

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

Shades of Neon Pink #FF70C0

Tints of Neon Pink #FF70C0

Color information

#FF70C0 (or 0xFF70C0) is unknown color: approx Neon Pink. HEX triplet: FF, 70 and C0. RGB value is (255,112,192). Sum of RGB (Red+Green+Blue) = 255+112+192=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70C0 is #008F3F. Grayscale: #A3A3A3. Windows color (decimal): -36672 or 12611839. OLE color: 12611839.

HSL color Cylindrical-coordinate representation of color #FF70C0: hue angle of 326.43º 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 #FF70C0 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255112192-
CMYK00.560.250
HSL326.43º100%71.96%-
HSV(B)326.43º56.08%100%-
XYZ56.5536.6553.96-
YUV163.88143.88193-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 112 (44.14% from 255) = 20.04%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=45.62%
G=20.04%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511219200.560.250326.4310071.96
HexFF70C00381901466448
Octal377160300070310506144110
Binary11111111111000011000000011100011001010100011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70C0; }

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

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

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

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

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

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

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

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