#FE6FDA

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

Shades of Neon Pink #FE6FDA

Tints of Neon Pink #FE6FDA

Color information

#FE6FDA (or 0xFE6FDA) is unknown color: approx Neon Pink. HEX triplet: FE, 6F and DA. RGB value is (254,111,218). Sum of RGB (Red+Green+Blue) = 254+111+218=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDA is #019025. Grayscale: #A5A5A5. Windows color (decimal): -102438 or 14315518. OLE color: 14315518.

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

Color convert

RGB254111218-
CMYK00.560.140.00
HSL315.1º98.62%71.57%-
HSV(B)315.1º56.3%99.61%-
XYZ59.2137.570.45-
YUV165.96157.38190.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 111 (43.75% from 255) = 19.04%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=43.57%
G=19.04%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411121800.560.140.00315.198.6271.57
HexFE6FDA038E013b6348
Octal376157332070160473143110
Binary1111111011011111101101001110001110010011101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6FDA; }

 p { color: rgb(254,111,218); }

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

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

 a { background-color: rgb(254,111,218); }

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

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

 span { border-color: rgb(254,111,218); }

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