Html Css Color HEX #FE5FD1 Neon Pink

📋 copy color: '#FE5FD1'

red 254 ◦ green 95 ◦ blue 209

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

Shades of Neon Pink #FE5FD1

Tints of Neon Pink #FE5FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.03%

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 45.52%
G = 17.03%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE5FD1 (or 0xFE5FD1) is known color: Neon Pink. HEX triplet: FE, 5F and D1. RGB value is (254,95,209). Sum of RGB (Red+Green+Blue) = 254+95+209=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FD1 is #01A02E. Grayscale: #9B9B9B. Windows color (decimal): -106543 or 13721598. OLE color: 13721598.

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

Color convert

RGB 254 95 209 -
CMYK 0 0.63 0.18 0.00
HSL 316.98º 0.99% 0.68% -
HSV(B) 316.98º 0.63% 1% -
XYZ 56.47 33.86 63.88 -
YUV 155.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 254 95 209 0 0.63 0.18 0.00 316.98 0.99 0.68
Hex FE 5F D1 0 3F 12 0 13D 63 44
Octal 376 137 321 0 77 22 0 475 143 104
Binary 11111110 1011111 11010001 0 111111 10010 0 100111101 1100011 1000100

Color Harmonies of #FE5FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FD1

Black with #FE5FD1

Text Example


Text Example

White with #FE5FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FD1; }

 p { color: rgb(254,95,209); }

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

background-color css

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

 a { background-color: rgb(254,95,209); }

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

border-color css

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

 span { border-color: rgb(254,95,209); }

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