#FE67DC

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

Shades of Neon Pink #FE67DC

Tints of Neon Pink #FE67DC

Color information

#FE67DC (or 0xFE67DC) is unknown color: approx Neon Pink. HEX triplet: FE, 67 and DC. RGB value is (254,103,220). Sum of RGB (Red+Green+Blue) = 254+103+220=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 103 (40.62% from 255 or 17.85% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67DC is #019823. Grayscale: #A1A1A1. Windows color (decimal): -104484 or 14444542. OLE color: 14444542.

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

Color convert

RGB254103220-
CMYK00.590.130.00
HSL313.51º98.69%70%-
HSV(B)313.51º59.45%99.61%-
XYZ58.6435.9471.56-
YUV161.49161.03193.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 103 (40.62% from 255) = 17.85%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=44.02%
G=17.85%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410322000.590.130.00313.5198.6970
HexFE67DC03BD013a6346
Octal376147334073150472143106
Binary1111111011001111101110001110111101010011101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE67DC; }

 p { color: rgb(254,103,220); }

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

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

 a { background-color: rgb(254,103,220); }

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

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

 span { border-color: rgb(254,103,220); }

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