#FF52C1

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

Shades of Neon Pink #FF52C1

Tints of Neon Pink #FF52C1

Color information

#FF52C1 (or 0xFF52C1) is unknown color: approx Neon Pink. HEX triplet: FF, 52 and C1. RGB value is (255,82,193). Sum of RGB (Red+Green+Blue) = 255+82+193=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52C1 is #00AD3E. Grayscale: #929292. Windows color (decimal): -44351 or 12669695. OLE color: 12669695.

HSL color Cylindrical-coordinate representation of color #FF52C1: hue angle of 321.5º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52C1 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB25582193-
CMYK00.680.240
HSL321.5º100%66.08%-
HSV(B)321.5º67.84%100%-
XYZ53.8831.1453.62-
YUV146.38154.31205.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 82 (32.42% from 255) = 15.47%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=48.11%
G=15.47%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558219300.680.240321.510066.08
HexFF52C10441801426442
Octal3771223010104300502144102
Binary111111111010010110000010100010011000010100001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF52C1; }

 p { color: rgb(255,82,193); }

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

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

 a { background-color: rgb(255,82,193); }

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

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

 span { border-color: rgb(255,82,193); }

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