Html Css Color HEX #FE58D2 Neon Pink

📋 copy color: '#FE58D2'

red 254 ◦ green 88 ◦ blue 210

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

Shades of Neon Pink #FE58D2

Tints of Neon Pink #FE58D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 46.01%
G = 15.94%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE58D2 (or 0xFE58D2) is known color: Neon Pink. HEX triplet: FE, 58 and D2. RGB value is (254,88,210). Sum of RGB (Red+Green+Blue) = 254+88+210=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58D2 is #01A72D. Grayscale: #979797. Windows color (decimal): -108334 or 13785342. OLE color: 13785342.

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

Color convert

RGB 254 88 210 -
CMYK 0 0.65 0.17 0.00
HSL 315.9º 0.99% 0.67% -
HSV(B) 315.9º 0.65% 1% -
XYZ 56 32.7 64.33 -
YUV 151.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 254 88 210 0 0.65 0.17 0.00 315.9 0.99 0.67
Hex FE 58 D2 0 41 11 0 13C 63 43
Octal 376 130 322 0 101 21 0 474 143 103
Binary 11111110 1011000 11010010 0 1000001 10001 0 100111100 1100011 1000011

Color Harmonies of #FE58D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58D2

Black with #FE58D2

Text Example


Text Example

White with #FE58D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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