#FA69CC

Color #FA69CC Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FA69CC

Tints of Neon Pink #FA69CC

Color information

#FA69CC (or 0xFA69CC) is unknown color: approx Neon Pink. HEX triplet: FA, 69 and CC. RGB value is (250,105,204). Sum of RGB (Red+Green+Blue) = 250+105+204=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69CC is #059633. Grayscale: #9F9F9F. Windows color (decimal): -366132 or 13396474. OLE color: 13396474.

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

Color convert

RGB250105204-
CMYK00.580.180.02
HSL319.03º93.55%69.61%-
HSV(B)319.03º58%98.04%-
XYZ55.3834.7960.92-
YUV159.64153.04192.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=44.72%
G=18.78%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010520400.580.180.02319.0393.5569.61
HexFA69CC03A12213f5e46
Octal372151314072222477136106
Binary111110101101001110011000111010100101010011111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69CC; }

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

 H1.HeaderClassName
 {
   color: #FA69CC;
 }
 .AnyTagClassName
 {
   color: #FA69CC;
 }
</style>
background-color css

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

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

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

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

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

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