Html Css Color HEX #FA52CC Neon Pink

📋 copy color: '#FA52CC'

red 250 ◦ green 82 ◦ blue 204

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

Shades of Neon Pink #FA52CC

Tints of Neon Pink #FA52CC

RGB

 RED value IS 250 (98.05% from 255) = 46.64%

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

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

R = 46.64%
G = 15.3%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA52CC (or 0xFA52CC) is known color: Neon Pink. HEX triplet: FA, 52 and CC. RGB value is (250,82,204). Sum of RGB (Red+Green+Blue) = 250+82+204=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52CC is #05AD33. Grayscale: #919191. Windows color (decimal): -372020 or 13390586. OLE color: 13390586.

HSL color Cylindrical-coordinate representation of color #FA52CC: hue angle of 316.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA52CC is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 82 204 -
CMYK 0 0.67 0.18 0.02
HSL 316.43º 0.94% 0.65% -
HSV(B) 316.43º 0.67% 0.98% -
XYZ 53.34 30.72 60.24 -
YUV 146.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 250 82 204 0 0.67 0.18 0.02 316.43 0.94 0.65
Hex FA 52 CC 0 43 12 2 13C 5E 41
Octal 372 122 314 0 103 22 2 474 136 101
Binary 11111010 1010010 11001100 0 1000011 10010 10 100111100 1011110 1000001

Color Harmonies of #FA52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52CC

Black with #FA52CC

Text Example


Text Example

White with #FA52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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