Html Css Color HEX #FF52CD Neon Pink

📋 copy color: '#FF52CD'

red 255 ◦ green 82 ◦ blue 205

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

Shades of Neon Pink #FF52CD

Tints of Neon Pink #FF52CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.13%

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

R = 47.05%
G = 15.13%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF52CD (or 0xFF52CD) is known color: Neon Pink. HEX triplet: FF, 52 and CD. RGB value is (255,82,205). Sum of RGB (Red+Green+Blue) = 255+82+205=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52CD is #00AD32. Grayscale: #939393. Windows color (decimal): -44339 or 13456127. OLE color: 13456127.

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

Color convert

RGB 255 82 205 -
CMYK 0 0.68 0.20 0
HSL 317.34º 1% 0.66% -
HSV(B) 317.34º 0.68% 1% -
XYZ 55.28 31.7 60.96 -
YUV 147.75 160.31 204.5 -
System Red Green Blue C M Y K H S L
Decimal 255 82 205 0 0.68 0.20 0 317.34 1 0.66
Hex FF 52 CD 0 44 14 0 13D 64 42
Octal 377 122 315 0 104 24 0 475 144 102
Binary 11111111 1010010 11001101 0 1000100 10100 0 100111101 1100100 1000010

Color Harmonies of #FF52CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52CD

Black with #FF52CD

Text Example


Text Example

White with #FF52CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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