Html Css Color HEX #FF58C8 Neon Pink

📋 copy color: '#FF58C8'

red 255 ◦ green 88 ◦ blue 200

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

Shades of Neon Pink #FF58C8

Tints of Neon Pink #FF58C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.83%

R = 46.96%
G = 16.21%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF58C8 (or 0xFF58C8) is known color: Neon Pink. HEX triplet: FF, 58 and C8. RGB value is (255,88,200). Sum of RGB (Red+Green+Blue) = 255+88+200=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 88 (34.77% from 255 or 16.21% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58C8 is #00A737. Grayscale: #969696. Windows color (decimal): -42808 or 13129983. OLE color: 13129983.

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

Color convert

RGB 255 88 200 -
CMYK 0 0.65 0.22 0
HSL 319.76º 1% 0.67% -
HSV(B) 319.76º 0.65% 1% -
XYZ 55.16 32.41 57.99 -
YUV 150.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 255 88 200 0 0.65 0.22 0 319.76 1 0.67
Hex FF 58 C8 0 41 16 0 140 64 43
Octal 377 130 310 0 101 26 0 500 144 103
Binary 11111111 1011000 11001000 0 1000001 10110 0 101000000 1100100 1000011

Color Harmonies of #FF58C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58C8

Black with #FF58C8

Text Example


Text Example

White with #FF58C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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