Html Css Color HEX #FE5CD8 Neon Pink

📋 copy color: '#FE5CD8'

red 254 ◦ green 92 ◦ blue 216

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

Shades of Neon Pink #FE5CD8

Tints of Neon Pink #FE5CD8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.37%

 BLUE value IS 216 (84.77% from 255) = 38.43%

R = 45.2%
G = 16.37%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE5CD8 (or 0xFE5CD8) is known color: Neon Pink. HEX triplet: FE, 5C and D8. RGB value is (254,92,216). Sum of RGB (Red+Green+Blue) = 254+92+216=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CD8 is #01A327. Grayscale: #9A9A9A. Windows color (decimal): -107304 or 14179582. OLE color: 14179582.

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

Color convert

RGB 254 92 216 -
CMYK 0 0.64 0.15 0.00
HSL 314.07º 0.99% 0.68% -
HSV(B) 314.07º 0.64% 1% -
XYZ 57.09 33.68 68.46 -
YUV 154.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 254 92 216 0 0.64 0.15 0.00 314.07 0.99 0.68
Hex FE 5C D8 0 40 F 0 13A 63 44
Octal 376 134 330 0 100 17 0 472 143 104
Binary 11111110 1011100 11011000 0 1000000 1111 0 100111010 1100011 1000100

Color Harmonies of #FE5CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5CD8

Black with #FE5CD8

Text Example


Text Example

White with #FE5CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5CD8; }

 p { color: rgb(254,92,216); }

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

background-color css

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

 a { background-color: rgb(254,92,216); }

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

border-color css

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

 span { border-color: rgb(254,92,216); }

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