#FE70D0

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

Shades of Neon Pink #FE70D0

Tints of Neon Pink #FE70D0

Color information

#FE70D0 (or 0xFE70D0) is unknown color: approx Neon Pink. HEX triplet: FE, 70 and D0. RGB value is (254,112,208). Sum of RGB (Red+Green+Blue) = 254+112+208=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70D0 is #018F2F. Grayscale: #A5A5A5. Windows color (decimal): -102192 or 13660414. OLE color: 13660414.

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

Color convert

RGB254112208-
CMYK00.560.180.00
HSL319.44º98.61%71.76%-
HSV(B)319.44º55.91%99.61%-
XYZ58.0537.2163.8-
YUV165.4152.04191.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 112 (44.14% from 255) = 19.51%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=44.25%
G=19.51%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411220800.560.180.00319.4498.6171.76
HexFE70D003812013f6348
Octal376160320070220477143110
Binary11111110111000011010000011100010010010011111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE70D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE70D0; }

 p { color: rgb(254,112,208); }

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

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

 a { background-color: rgb(254,112,208); }

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

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

 span { border-color: rgb(254,112,208); }

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