#FE71C6

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

Shades of Neon Pink #FE71C6

Tints of Neon Pink #FE71C6

Color information

#FE71C6 (or 0xFE71C6) is unknown color: approx Neon Pink. HEX triplet: FE, 71 and C6. RGB value is (254,113,198). Sum of RGB (Red+Green+Blue) = 254+113+198=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71C6 is #018E39. Grayscale: #A4A4A4. Windows color (decimal): -101946 or 13005310. OLE color: 13005310.

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

Color convert

RGB254113198-
CMYK00.560.220.00
HSL323.83º98.6%71.96%-
HSV(B)323.83º55.51%99.61%-
XYZ56.9736.9657.56-
YUV164.85146.71191.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 113 (44.53% from 255) = 20%
BLUE value IS 198 (77.73% from 255) = 35.04%
R=44.96%
G=20%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411319800.560.220.00323.8398.671.96
HexFE71C60381601446348
Octal376161306070260504143110
Binary11111110111000111000110011100010110010100010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE71C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE71C6; }

 p { color: rgb(254,113,198); }

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

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

 a { background-color: rgb(254,113,198); }

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

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

 span { border-color: rgb(254,113,198); }

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