Html Css Color HEX #FF58CD Neon Pink

📋 copy color: '#FF58CD'

red 255 ◦ green 88 ◦ blue 205

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

Shades of Neon Pink #FF58CD

Tints of Neon Pink #FF58CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 46.53%
G = 16.06%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF58CD (or 0xFF58CD) is known color: Neon Pink. HEX triplet: FF, 58 and CD. RGB value is (255,88,205). Sum of RGB (Red+Green+Blue) = 255+88+205=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58CD is #00A732. Grayscale: #969696. Windows color (decimal): -42803 or 13457663. OLE color: 13457663.

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

Color convert

RGB 255 88 205 -
CMYK 0 0.65 0.20 0
HSL 317.96º 1% 0.67% -
HSV(B) 317.96º 0.65% 1% -
XYZ 55.75 32.65 61.12 -
YUV 151.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 255 88 205 0 0.65 0.20 0 317.96 1 0.67
Hex FF 58 CD 0 41 14 0 13E 64 43
Octal 377 130 315 0 101 24 0 476 144 103
Binary 11111111 1011000 11001101 0 1000001 10100 0 100111110 1100100 1000011

Color Harmonies of #FF58CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58CD

Black with #FF58CD

Text Example


Text Example

White with #FF58CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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