#FE70C8

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

Shades of Neon Pink #FE70C8

Tints of Neon Pink #FE70C8

Color information

#FE70C8 (or 0xFE70C8) is unknown color: approx Neon Pink. HEX triplet: FE, 70 and C8. RGB value is (254,112,200). Sum of RGB (Red+Green+Blue) = 254+112+200=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70C8 is #018F37. Grayscale: #A4A4A4. Windows color (decimal): -102200 or 13136126. OLE color: 13136126.

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

Color convert

RGB254112200-
CMYK00.560.210.00
HSL322.82º98.61%71.76%-
HSV(B)322.82º55.91%99.61%-
XYZ57.0936.8358.74-
YUV164.49148.04191.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 112 (44.14% from 255) = 19.79%
BLUE value IS 200 (78.52% from 255) = 35.34%
R=44.88%
G=19.79%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411220000.560.210.00322.8298.6171.76
HexFE70C80381501436348
Octal376160310070250503143110
Binary11111110111000011001000011100010101010100001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE70C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE70C8; }

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

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

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

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

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

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

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

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