Html Css Color HEX #FE5FD7 Neon Pink

📋 copy color: '#FE5FD7'

red 254 ◦ green 95 ◦ blue 215

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

Shades of Neon Pink #FE5FD7

Tints of Neon Pink #FE5FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 45.04%
G = 16.84%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE5FD7 (or 0xFE5FD7) is known color: Neon Pink. HEX triplet: FE, 5F and D7. RGB value is (254,95,215). Sum of RGB (Red+Green+Blue) = 254+95+215=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FD7 is #01A028. Grayscale: #9B9B9B. Windows color (decimal): -106537 or 14114814. OLE color: 14114814.

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

Color convert

RGB 254 95 215 -
CMYK 0 0.63 0.15 0.00
HSL 314.72º 0.99% 0.68% -
HSV(B) 314.72º 0.63% 1% -
XYZ 57.23 34.16 67.87 -
YUV 156.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 254 95 215 0 0.63 0.15 0.00 314.72 0.99 0.68
Hex FE 5F D7 0 3F F 0 13B 63 44
Octal 376 137 327 0 77 17 0 473 143 104
Binary 11111110 1011111 11010111 0 111111 1111 0 100111011 1100011 1000100

Color Harmonies of #FE5FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FD7

Black with #FE5FD7

Text Example


Text Example

White with #FE5FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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