#FE68D1

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

Shades of Neon Pink #FE68D1

Tints of Neon Pink #FE68D1

Color information

#FE68D1 (or 0xFE68D1) is unknown color: approx Neon Pink. HEX triplet: FE, 68 and D1. RGB value is (254,104,209). Sum of RGB (Red+Green+Blue) = 254+104+209=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68D1 is #01972E. Grayscale: #A0A0A0. Windows color (decimal): -104239 or 13723902. OLE color: 13723902.

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

Color convert

RGB254104209-
CMYK00.590.180.00
HSL318º98.68%70.2%-
HSV(B)318º59.06%99.61%-
XYZ57.3335.5764.17-
YUV160.82155.2194.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 104 (41.02% from 255) = 18.34%
BLUE value IS 209 (82.03% from 255) = 36.86%
R=44.80%
G=18.34%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410420900.590.180.0031898.6870.2
HexFE68D103B12013e6346
Octal376150321073220476143106
Binary11111110110100011010001011101110010010011111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE68D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE68D1; }

 p { color: rgb(254,104,209); }

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

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

 a { background-color: rgb(254,104,209); }

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

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

 span { border-color: rgb(254,104,209); }

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