#FF58D1

Color #FF58D1 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF58D1

Tints of Neon Pink #FF58D1

Color information

#FF58D1 (or 0xFF58D1) is unknown color: approx Neon Pink. HEX triplet: FF, 58 and D1. RGB value is (255,88,209). Sum of RGB (Red+Green+Blue) = 255+88+209=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58D1 is #00A72E. Grayscale: #979797. Windows color (decimal): -42799 or 13719807. OLE color: 13719807.

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

Color convert

RGB25588209-
CMYK00.650.180
HSL316.53º100%67.25%-
HSV(B)316.53º65.49%100%-
XYZ56.2432.8463.7-
YUV151.73160.33201.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 88 (34.77% from 255) = 15.94%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=46.20%
G=15.94%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558820900.650.180316.5310067.25
HexFF58D104112013d6443
Octal3771303210101220475144103
Binary111111111011000110100010100000110010010011110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF58D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF58D1; }

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

 H1.HeaderClassName
 {
   color: #FF58D1;
 }
 .AnyTagClassName
 {
   color: #FF58D1;
 }
</style>
background-color css

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

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

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

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

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

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