#FE65CE

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

Shades of Neon Pink #FE65CE

Tints of Neon Pink #FE65CE

Color information

#FE65CE (or 0xFE65CE) is unknown color: approx Neon Pink. HEX triplet: FE, 65 and CE. RGB value is (254,101,206). Sum of RGB (Red+Green+Blue) = 254+101+206=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65CE is #019A31. Grayscale: #9E9E9E. Windows color (decimal): -105010 or 13526526. OLE color: 13526526.

HSL color Cylindrical-coordinate representation of color #FE65CE: hue angle of 318.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65CE is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254101206-
CMYK00.600.190.00
HSL318.82º98.71%69.61%-
HSV(B)318.82º60.24%99.61%-
XYZ56.6734.8362.13-
YUV158.72154.69195.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 101 (39.84% from 255) = 18.00%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=45.28%
G=18.00%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410120600.600.190.00318.8298.7169.61
HexFE65CE03C13013f6346
Octal376145316074230477143106
Binary11111110110010111001110011110010011010011111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE65CE; }

 p { color: rgb(254,101,206); }

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

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

 a { background-color: rgb(254,101,206); }

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

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

 span { border-color: rgb(254,101,206); }

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