Html Css Color HEX #FF58C9 Neon Pink

📋 copy color: '#FF58C9'

red 255 ◦ green 88 ◦ blue 201

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

Shades of Neon Pink #FF58C9

Tints of Neon Pink #FF58C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 46.88%
G = 16.18%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF58C9 (or 0xFF58C9) is known color: Neon Pink. HEX triplet: FF, 58 and C9. RGB value is (255,88,201). Sum of RGB (Red+Green+Blue) = 255+88+201=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58C9 is #00A736. Grayscale: #969696. Windows color (decimal): -42807 or 13195519. OLE color: 13195519.

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

Color convert

RGB 255 88 201 -
CMYK 0 0.65 0.21 0
HSL 319.4º 1% 0.67% -
HSV(B) 319.4º 0.65% 1% -
XYZ 55.27 32.46 58.61 -
YUV 150.82 156.33 202.31 -
System Red Green Blue C M Y K H S L
Decimal 255 88 201 0 0.65 0.21 0 319.4 1 0.67
Hex FF 58 C9 0 41 15 0 13F 64 43
Octal 377 130 311 0 101 25 0 477 144 103
Binary 11111111 1011000 11001001 0 1000001 10101 0 100111111 1100100 1000011

Color Harmonies of #FF58C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58C9

Black with #FF58C9

Text Example


Text Example

White with #FF58C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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