Html Css Color HEX #FF58CA Neon Pink

📋 copy color: '#FF58CA'

red 255 ◦ green 88 ◦ blue 202

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

Shades of Neon Pink #FF58CA

Tints of Neon Pink #FF58CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 46.79%
G = 16.15%
B = 37.06%

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

#FF58CA (or 0xFF58CA) is known color: Neon Pink. HEX triplet: FF, 58 and CA. RGB value is (255,88,202). Sum of RGB (Red+Green+Blue) = 255+88+202=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58CA is #00A735. Grayscale: #969696. Windows color (decimal): -42806 or 13261055. OLE color: 13261055.

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

Color convert

RGB 255 88 202 -
CMYK 0 0.65 0.21 0
HSL 319.04º 1% 0.67% -
HSV(B) 319.04º 0.65% 1% -
XYZ 55.39 32.5 59.23 -
YUV 150.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 255 88 202 0 0.65 0.21 0 319.04 1 0.67
Hex FF 58 CA 0 41 15 0 13F 64 43
Octal 377 130 312 0 101 25 0 477 144 103
Binary 11111111 1011000 11001010 0 1000001 10101 0 100111111 1100100 1000011

Color Harmonies of #FF58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58CA

Black with #FF58CA

Text Example


Text Example

White with #FF58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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