Html Css Color HEX #FF52CC Neon Pink

📋 copy color: '#FF52CC'

red 255 ◦ green 82 ◦ blue 204

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

Shades of Neon Pink #FF52CC

Tints of Neon Pink #FF52CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 47.13%
G = 15.16%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF52CC (or 0xFF52CC) is known color: Neon Pink. HEX triplet: FF, 52 and CC. RGB value is (255,82,204). Sum of RGB (Red+Green+Blue) = 255+82+204=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52CC is #00AD33. Grayscale: #939393. Windows color (decimal): -44340 or 13390591. OLE color: 13390591.

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

Color convert

RGB 255 82 204 -
CMYK 0 0.68 0.2 0
HSL 317.69º 1% 0.66% -
HSV(B) 317.69º 0.68% 1% -
XYZ 55.16 31.65 60.33 -
YUV 147.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 255 82 204 0 0.68 0.2 0 317.69 1 0.66
Hex FF 52 CC 0 44 14 0 13E 64 42
Octal 377 122 314 0 104 24 0 476 144 102
Binary 11111111 1010010 11001100 0 1000100 10100 0 100111110 1100100 1000010

Color Harmonies of #FF52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52CC

Black with #FF52CC

Text Example


Text Example

White with #FF52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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