Html Css Color HEX #FE5FDA Neon Pink

📋 copy color: '#FE5FDA'

red 254 ◦ green 95 ◦ blue 218

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

Shades of Neon Pink #FE5FDA

Tints of Neon Pink #FE5FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 44.8%
G = 16.75%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE5FDA (or 0xFE5FDA) is known color: Neon Pink. HEX triplet: FE, 5F and DA. RGB value is (254,95,218). Sum of RGB (Red+Green+Blue) = 254+95+218=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FDA is #01A025. Grayscale: #9C9C9C. Windows color (decimal): -106534 or 14311422. OLE color: 14311422.

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

Color convert

RGB 254 95 218 -
CMYK 0 0.63 0.14 0.00
HSL 313.58º 0.99% 0.68% -
HSV(B) 313.58º 0.63% 1% -
XYZ 57.62 34.32 69.92 -
YUV 156.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 254 95 218 0 0.63 0.14 0.00 313.58 0.99 0.68
Hex FE 5F DA 0 3F E 0 13A 63 44
Octal 376 137 332 0 77 16 0 472 143 104
Binary 11111110 1011111 11011010 0 111111 1110 0 100111010 1100011 1000100

Color Harmonies of #FE5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FDA

Black with #FE5FDA

Text Example


Text Example

White with #FE5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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