Html Css Color HEX #FE6ABF Neon Pink

📋 copy color: '#FE6ABF'

red 254 ◦ green 106 ◦ blue 191

#FE6ABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FE6ABF

Tints of Neon Pink #FE6ABF

RGB

 RED value IS 254 (99.61% from 255) = 46.1%

 GREEN value IS 106 (41.8% from 255) = 19.24%

 BLUE value IS 191 (75% from 255) = 34.66%

R = 46.1%
G = 19.24%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE6ABF (or 0xFE6ABF) is known color: Neon Pink. HEX triplet: FE, 6A and BF. RGB value is (254,106,191). Sum of RGB (Red+Green+Blue) = 254+106+191=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ABF is #019540. Grayscale: #9F9F9F. Windows color (decimal): -103745 or 12544766. OLE color: 12544766.

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

Color convert

RGB 254 106 191 -
CMYK 0 0.58 0.25 0.00
HSL 325.54º 0.99% 0.71% -
HSV(B) 325.54º 0.58% 1% -
XYZ 55.43 35.14 53.15 -
YUV 159.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 254 106 191 0 0.58 0.25 0.00 325.54 0.99 0.71
Hex FE 6A BF 0 3A 19 0 146 63 47
Octal 376 152 277 0 72 31 0 506 143 107
Binary 11111110 1101010 10111111 0 111010 11001 0 101000110 1100011 1000111

Color Harmonies of #FE6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6ABF

Black with #FE6ABF

Text Example


Text Example

White with #FE6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6ABF; }

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

 H1.HeaderClassName
 {
   color: #FE6ABF;
 }
 .AnyTagClassName
 {
   color: #FE6ABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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