#FE63DE

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

Shades of Neon Pink #FE63DE

Tints of Neon Pink #FE63DE

Color information

#FE63DE (or 0xFE63DE) is unknown color: approx Neon Pink. HEX triplet: FE, 63 and DE. RGB value is (254,99,222). Sum of RGB (Red+Green+Blue) = 254+99+222=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 99 (39.06% from 255 or 17.22% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63DE is #019C21. Grayscale: #9F9F9F. Windows color (decimal): -105506 or 14574590. OLE color: 14574590.

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

Color convert

RGB25499222-
CMYK00.610.130.00
HSL312.39º98.73%69.22%-
HSV(B)312.39º61.02%99.61%-
XYZ58.5235.2772.83-
YUV159.37163.35195.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 99 (39.06% from 255) = 17.22%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=44.17%
G=17.22%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549922200.610.130.00312.3998.7369.22
HexFE63DE03DD01386345
Octal376143336075150470143105
Binary1111111011000111101111001111011101010011100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE63DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE63DE; }

 p { color: rgb(254,99,222); }

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

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

 a { background-color: rgb(254,99,222); }

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

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

 span { border-color: rgb(254,99,222); }

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