#FE65CC

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

Shades of Neon Pink #FE65CC

Tints of Neon Pink #FE65CC

Color information

#FE65CC (or 0xFE65CC) is unknown color: approx Neon Pink. HEX triplet: FE, 65 and CC. RGB value is (254,101,204). Sum of RGB (Red+Green+Blue) = 254+101+204=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65CC is #019A33. Grayscale: #9E9E9E. Windows color (decimal): -105012 or 13395454. OLE color: 13395454.

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

Color convert

RGB254101204-
CMYK00.600.200.00
HSL319.61º98.71%69.61%-
HSV(B)319.61º60.24%99.61%-
XYZ56.4334.7460.86-
YUV158.49153.69196.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 101 (39.84% from 255) = 18.07%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=45.44%
G=18.07%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410120400.600.200.00319.6198.7169.61
HexFE65CC03C1401406346
Octal376145314074240500143106
Binary11111110110010111001100011110010100010100000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE65CC; }

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

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

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

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

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

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

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

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