Html Css Color HEX #FE5FD5 Neon Pink

📋 copy color: '#FE5FD5'

red 254 ◦ green 95 ◦ blue 213

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

Shades of Neon Pink #FE5FD5

Tints of Neon Pink #FE5FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 45.2%
G = 16.9%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE5FD5 (or 0xFE5FD5) is known color: Neon Pink. HEX triplet: FE, 5F and D5. RGB value is (254,95,213). Sum of RGB (Red+Green+Blue) = 254+95+213=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FD5 is #01A02A. Grayscale: #9B9B9B. Windows color (decimal): -106539 or 13983742. OLE color: 13983742.

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

Color convert

RGB 254 95 213 -
CMYK 0 0.63 0.16 0.00
HSL 315.47º 0.99% 0.68% -
HSV(B) 315.47º 0.63% 1% -
XYZ 56.98 34.06 66.52 -
YUV 155.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 254 95 213 0 0.63 0.16 0.00 315.47 0.99 0.68
Hex FE 5F D5 0 3F 10 0 13B 63 44
Octal 376 137 325 0 77 20 0 473 143 104
Binary 11111110 1011111 11010101 0 111111 10000 0 100111011 1100011 1000100

Color Harmonies of #FE5FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FD5

Black with #FE5FD5

Text Example


Text Example

White with #FE5FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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