Html Css Color HEX #FE58D6 Neon Pink

📋 copy color: '#FE58D6'

red 254 ◦ green 88 ◦ blue 214

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

Shades of Neon Pink #FE58D6

Tints of Neon Pink #FE58D6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.83%

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 45.68%
G = 15.83%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE58D6 (or 0xFE58D6) is known color: Neon Pink. HEX triplet: FE, 58 and D6. RGB value is (254,88,214). Sum of RGB (Red+Green+Blue) = 254+88+214=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58D6 is #01A729. Grayscale: #979797. Windows color (decimal): -108330 or 14047486. OLE color: 14047486.

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

Color convert

RGB 254 88 214 -
CMYK 0 0.65 0.16 0.00
HSL 314.46º 0.99% 0.67% -
HSV(B) 314.46º 0.65% 1% -
XYZ 56.5 32.91 66.99 -
YUV 152 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 254 88 214 0 0.65 0.16 0.00 314.46 0.99 0.67
Hex FE 58 D6 0 41 10 0 13A 63 43
Octal 376 130 326 0 101 20 0 472 143 103
Binary 11111110 1011000 11010110 0 1000001 10000 0 100111010 1100011 1000011

Color Harmonies of #FE58D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58D6

Black with #FE58D6

Text Example


Text Example

White with #FE58D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58D6; }

 p { color: rgb(254,88,214); }

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

background-color css

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

 a { background-color: rgb(254,88,214); }

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

border-color css

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

 span { border-color: rgb(254,88,214); }

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