#F866CA

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

Shades of Neon Pink #F866CA

Tints of Neon Pink #F866CA

Color information

#F866CA (or 0xF866CA) is unknown color: approx Neon Pink. HEX triplet: F8, 66 and CA. RGB value is (248,102,202). Sum of RGB (Red+Green+Blue) = 248+102+202=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F866CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866CA is #079935. Grayscale: #9C9C9C. Windows color (decimal): -497974 or 13264632. OLE color: 13264632.

HSL color Cylindrical-coordinate representation of color #F866CA: hue angle of 318.9º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866CA is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248102202-
CMYK00.590.190.03
HSL318.9º91.25%68.63%-
HSV(B)318.9º58.87%97.25%-
XYZ54.1233.7259.53-
YUV157.05153.37192.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=44.93%
G=18.48%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810220200.590.190.03318.991.2568.63
HexF866CA03B13313f5b45
Octal370146312073233477133105
Binary111110001100110110010100111011100111110011111110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F866CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F866CA; }

 p { color: rgb(248,102,202); }

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

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

 a { background-color: rgb(248,102,202); }

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

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

 span { border-color: rgb(248,102,202); }

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