#FE70D5

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

Shades of Neon Pink #FE70D5

Tints of Neon Pink #FE70D5

Color information

#FE70D5 (or 0xFE70D5) is unknown color: approx Neon Pink. HEX triplet: FE, 70 and D5. RGB value is (254,112,213). Sum of RGB (Red+Green+Blue) = 254+112+213=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70D5 is #018F2A. Grayscale: #A5A5A5. Windows color (decimal): -102187 or 13988094. OLE color: 13988094.

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

Color convert

RGB254112213-
CMYK00.560.160.00
HSL317.32º98.61%71.76%-
HSV(B)317.32º55.91%99.61%-
XYZ58.6837.4667.09-
YUV165.97154.54190.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 112 (44.14% from 255) = 19.34%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=43.87%
G=19.34%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411221300.560.160.00317.3298.6171.76
HexFE70D503810013d6348
Octal376160325070200475143110
Binary11111110111000011010101011100010000010011110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE70D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE70D5; }

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

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

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

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

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

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

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

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