Html Css Color HEX #FA65CC Neon Pink

📋 copy color: '#FA65CC'

red 250 ◦ green 101 ◦ blue 204

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

Shades of Neon Pink #FA65CC

Tints of Neon Pink #FA65CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.2%

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

R = 45.05%
G = 18.2%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA65CC (or 0xFA65CC) is known color: Neon Pink. HEX triplet: FA, 65 and CC. RGB value is (250,101,204). Sum of RGB (Red+Green+Blue) = 250+101+204=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65CC is #059A33. Grayscale: #9D9D9D. Windows color (decimal): -367156 or 13395450. OLE color: 13395450.

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

Color convert

RGB 250 101 204 -
CMYK 0 0.60 0.18 0.02
HSL 318.52º 0.94% 0.69% -
HSV(B) 318.52º 0.6% 0.98% -
XYZ 54.98 33.99 60.79 -
YUV 157.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 250 101 204 0 0.60 0.18 0.02 318.52 0.94 0.69
Hex FA 65 CC 0 3C 12 2 13F 5E 45
Octal 372 145 314 0 74 22 2 477 136 105
Binary 11111010 1100101 11001100 0 111100 10010 10 100111111 1011110 1000101

Color Harmonies of #FA65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65CC

Black with #FA65CC

Text Example


Text Example

White with #FA65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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