#FA69CD

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

Shades of Neon Pink #FA69CD

Tints of Neon Pink #FA69CD

Color information

#FA69CD (or 0xFA69CD) is unknown color: approx Neon Pink. HEX triplet: FA, 69 and CD. RGB value is (250,105,205). Sum of RGB (Red+Green+Blue) = 250+105+205=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69CD is #059632. Grayscale: #9F9F9F. Windows color (decimal): -366131 or 13462010. OLE color: 13462010.

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

Color convert

RGB250105205-
CMYK00.580.180.02
HSL318.62º93.55%69.61%-
HSV(B)318.62º58%98.04%-
XYZ55.534.8361.56-
YUV159.76153.54192.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 105 (41.41% from 255) = 18.75%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=44.64%
G=18.75%
B=36.61%

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
Decimal25010520500.580.180.02318.6293.5569.61
HexFA69CD03A12213f5e46
Octal372151315072222477136106
Binary111110101101001110011010111010100101010011111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69CD; }

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

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

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

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

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

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

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

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