Html Css Color HEX #FE6AD2 Neon Pink

📋 copy color: '#FE6AD2'

red 254 ◦ green 106 ◦ blue 210

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

Shades of Neon Pink #FE6AD2

Tints of Neon Pink #FE6AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 44.56%
G = 18.6%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE6AD2 (or 0xFE6AD2) is known color: Neon Pink. HEX triplet: FE, 6A and D2. RGB value is (254,106,210). Sum of RGB (Red+Green+Blue) = 254+106+210=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6AD2 is #01952D. Grayscale: #A1A1A1. Windows color (decimal): -103726 or 13789950. OLE color: 13789950.

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

Color convert

RGB 254 106 210 -
CMYK 0 0.58 0.17 0.00
HSL 317.84º 0.99% 0.71% -
HSV(B) 317.84º 0.58% 1% -
XYZ 57.66 36.03 64.89 -
YUV 162.11 155.03 193.54 -
System Red Green Blue C M Y K H S L
Decimal 254 106 210 0 0.58 0.17 0.00 317.84 0.99 0.71
Hex FE 6A D2 0 3A 11 0 13E 63 47
Octal 376 152 322 0 72 21 0 476 143 107
Binary 11111110 1101010 11010010 0 111010 10001 0 100111110 1100011 1000111

Color Harmonies of #FE6AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6AD2

Black with #FE6AD2

Text Example


Text Example

White with #FE6AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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