Html Css Color HEX #FE5AD2 Neon Pink

📋 copy color: '#FE5AD2'

red 254 ◦ green 90 ◦ blue 210

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

Shades of Neon Pink #FE5AD2

Tints of Neon Pink #FE5AD2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.25%

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

R = 45.85%
G = 16.25%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE5AD2 (or 0xFE5AD2) is known color: Neon Pink. HEX triplet: FE, 5A and D2. RGB value is (254,90,210). Sum of RGB (Red+Green+Blue) = 254+90+210=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5AD2 is #01A52D. Grayscale: #989898. Windows color (decimal): -107822 or 13785854. OLE color: 13785854.

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

Color convert

RGB 254 90 210 -
CMYK 0 0.65 0.17 0.00
HSL 316.1º 0.99% 0.67% -
HSV(B) 316.1º 0.65% 1% -
XYZ 56.16 33.04 64.39 -
YUV 152.72 160.33 200.24 -
System Red Green Blue C M Y K H S L
Decimal 254 90 210 0 0.65 0.17 0.00 316.1 0.99 0.67
Hex FE 5A D2 0 41 11 0 13C 63 43
Octal 376 132 322 0 101 21 0 474 143 103
Binary 11111110 1011010 11010010 0 1000001 10001 0 100111100 1100011 1000011

Color Harmonies of #FE5AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AD2

Black with #FE5AD2

Text Example


Text Example

White with #FE5AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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