#FE69CC

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

Shades of Neon Pink #FE69CC

Tints of Neon Pink #FE69CC

Color information

#FE69CC (or 0xFE69CC) is unknown color: approx Neon Pink. HEX triplet: FE, 69 and CC. RGB value is (254,105,204). Sum of RGB (Red+Green+Blue) = 254+105+204=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69CC is #019633. Grayscale: #A0A0A0. Windows color (decimal): -103988 or 13396478. OLE color: 13396478.

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

Color convert

RGB254105204-
CMYK00.590.200.00
HSL320.13º98.68%70.39%-
HSV(B)320.13º58.66%99.61%-
XYZ56.8235.5360.99-
YUV160.84152.36194.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 105 (41.41% from 255) = 18.65%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=45.12%
G=18.65%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410520400.590.200.00320.1398.6870.39
HexFE69CC03B1401406346
Octal376151314073240500143106
Binary11111110110100111001100011101110100010100000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE69CC; }

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

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

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

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

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

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

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

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