Html Css Color HEX #FF58C5 Neon Pink

📋 copy color: '#FF58C5'

red 255 ◦ green 88 ◦ blue 197

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

Shades of Neon Pink #FF58C5

Tints of Neon Pink #FF58C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.48%

R = 47.22%
G = 16.3%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF58C5 (or 0xFF58C5) is known color: Neon Pink. HEX triplet: FF, 58 and C5. RGB value is (255,88,197). Sum of RGB (Red+Green+Blue) = 255+88+197=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58C5 is #00A73A. Grayscale: #969696. Windows color (decimal): -42811 or 12933375. OLE color: 12933375.

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

Color convert

RGB 255 88 197 -
CMYK 0 0.65 0.23 0
HSL 320.84º 1% 0.67% -
HSV(B) 320.84º 0.65% 1% -
XYZ 54.81 32.27 56.16 -
YUV 150.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 255 88 197 0 0.65 0.23 0 320.84 1 0.67
Hex FF 58 C5 0 41 17 0 141 64 43
Octal 377 130 305 0 101 27 0 501 144 103
Binary 11111111 1011000 11000101 0 1000001 10111 0 101000001 1100100 1000011

Color Harmonies of #FF58C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58C5

Black with #FF58C5

Text Example


Text Example

White with #FF58C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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