#F864CD

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

Shades of Neon Pink #F864CD

Tints of Neon Pink #F864CD

Color information

#F864CD (or 0xF864CD) is unknown color: approx Neon Pink. HEX triplet: F8, 64 and CD. RGB value is (248,100,205). Sum of RGB (Red+Green+Blue) = 248+100+205=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F864CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F864CD is #079B32. Grayscale: #9B9B9B. Windows color (decimal): -498483 or 13460728. OLE color: 13460728.

HSL color Cylindrical-coordinate representation of color #F864CD: hue angle of 317.43º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F864CD is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248100205-
CMYK00.600.170.03
HSL317.43º91.36%68.24%-
HSV(B)317.43º59.68%97.25%-
XYZ54.2933.4861.36-
YUV156.22155.53193.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 100 (39.45% from 255) = 18.08%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=44.85%
G=18.08%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810020500.600.170.03317.4391.3668.24
HexF864CD03C11313d5b44
Octal370144315074213475133104
Binary111110001100100110011010111100100011110011110110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F864CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F864CD; }

 p { color: rgb(248,100,205); }

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

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

 a { background-color: rgb(248,100,205); }

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

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

 span { border-color: rgb(248,100,205); }

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