Html Css Color HEX #FF58CB Neon Pink

📋 copy color: '#FF58CB'

red 255 ◦ green 88 ◦ blue 203

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

Shades of Neon Pink #FF58CB

Tints of Neon Pink #FF58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 46.7%
G = 16.12%
B = 37.18%

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

#FF58CB (or 0xFF58CB) is known color: Neon Pink. HEX triplet: FF, 58 and CB. RGB value is (255,88,203). Sum of RGB (Red+Green+Blue) = 255+88+203=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58CB is #00A734. Grayscale: #969696. Windows color (decimal): -42805 or 13326591. OLE color: 13326591.

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

Color convert

RGB 255 88 203 -
CMYK 0 0.65 0.20 0
HSL 318.68º 1% 0.67% -
HSV(B) 318.68º 0.65% 1% -
XYZ 55.51 32.55 59.86 -
YUV 151.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 255 88 203 0 0.65 0.20 0 318.68 1 0.67
Hex FF 58 CB 0 41 14 0 13F 64 43
Octal 377 130 313 0 101 24 0 477 144 103
Binary 11111111 1011000 11001011 0 1000001 10100 0 100111111 1100100 1000011

Color Harmonies of #FF58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58CB

Black with #FF58CB

Text Example


Text Example

White with #FF58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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