#FE6ACB

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

Shades of Neon Pink #FE6ACB

Tints of Neon Pink #FE6ACB

Color information

#FE6ACB (or 0xFE6ACB) is unknown color: approx Neon Pink. HEX triplet: FE, 6A and CB. RGB value is (254,106,203). Sum of RGB (Red+Green+Blue) = 254+106+203=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ACB is #019534. Grayscale: #A1A1A1. Windows color (decimal): -103733 or 13331198. OLE color: 13331198.

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

Color convert

RGB254106203-
CMYK00.580.200.00
HSL320.68º98.67%70.59%-
HSV(B)320.68º58.27%99.61%-
XYZ56.8135.6960.39-
YUV161.31151.53194.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 106 (41.80% from 255) = 18.83%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=45.12%
G=18.83%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410620300.580.200.00320.6898.6770.59
HexFE6ACB03A1401416347
Octal376152313072240501143107
Binary11111110110101011001011011101010100010100000111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6ACB; }

 p { color: rgb(254,106,203); }

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

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

 a { background-color: rgb(254,106,203); }

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

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

 span { border-color: rgb(254,106,203); }

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