Html Css Color HEX #FA53CC Neon Pink

📋 copy color: '#FA53CC'

red 250 ◦ green 83 ◦ blue 204

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

Shades of Neon Pink #FA53CC

Tints of Neon Pink #FA53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.46%

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

R = 46.55%
G = 15.46%
B = 37.99%

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

#FA53CC (or 0xFA53CC) is known color: Neon Pink. HEX triplet: FA, 53 and CC. RGB value is (250,83,204). Sum of RGB (Red+Green+Blue) = 250+83+204=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53CC is #05AC33. Grayscale: #929292. Windows color (decimal): -371764 or 13390842. OLE color: 13390842.

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

Color convert

RGB 250 83 204 -
CMYK 0 0.67 0.18 0.02
HSL 316.53º 0.94% 0.65% -
HSV(B) 316.53º 0.67% 0.98% -
XYZ 53.42 30.87 60.27 -
YUV 146.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 250 83 204 0 0.67 0.18 0.02 316.53 0.94 0.65
Hex FA 53 CC 0 43 12 2 13D 5E 41
Octal 372 123 314 0 103 22 2 475 136 101
Binary 11111010 1010011 11001100 0 1000011 10010 10 100111101 1011110 1000001

Color Harmonies of #FA53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53CC

Black with #FA53CC

Text Example


Text Example

White with #FA53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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