Html Css Color HEX #FF58D7 Neon Pink

📋 copy color: '#FF58D7'

red 255 ◦ green 88 ◦ blue 215

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

Shades of Neon Pink #FF58D7

Tints of Neon Pink #FF58D7

RGB

 RED value IS 255 (100% from 255) = 45.7%

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

 BLUE value IS 215 (84.38% from 255) = 38.53%

R = 45.7%
G = 15.77%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF58D7 (or 0xFF58D7) is known color: Neon Pink. HEX triplet: FF, 58 and D7. RGB value is (255,88,215). Sum of RGB (Red+Green+Blue) = 255+88+215=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58D7 is #00A728. Grayscale: #989898. Windows color (decimal): -42793 or 14113023. OLE color: 14113023.

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

Color convert

RGB 255 88 215 -
CMYK 0 0.65 0.16 0
HSL 314.37º 1% 0.67% -
HSV(B) 314.37º 0.65% 1% -
XYZ 57 33.15 67.68 -
YUV 152.41 163.33 201.17 -
System Red Green Blue C M Y K H S L
Decimal 255 88 215 0 0.65 0.16 0 314.37 1 0.67
Hex FF 58 D7 0 41 10 0 13A 64 43
Octal 377 130 327 0 101 20 0 472 144 103
Binary 11111111 1011000 11010111 0 1000001 10000 0 100111010 1100100 1000011

Color Harmonies of #FF58D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58D7

Black with #FF58D7

Text Example


Text Example

White with #FF58D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58D7; }

 p { color: rgb(255,88,215); }

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

background-color css

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

 a { background-color: rgb(255,88,215); }

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

border-color css

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

 span { border-color: rgb(255,88,215); }

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