#F868C4

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

Shades of Neon Pink #F868C4

Tints of Neon Pink #F868C4

Color information

#F868C4 (or 0xF868C4) is unknown color: approx Neon Pink. HEX triplet: F8, 68 and C4. RGB value is (248,104,196). Sum of RGB (Red+Green+Blue) = 248+104+196=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F868C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F868C4 is #07973B. Grayscale: #9D9D9D. Windows color (decimal): -497468 or 12871928. OLE color: 12871928.

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

Color convert

RGB248104196-
CMYK00.580.210.03
HSL321.67º91.14%69.02%-
HSV(B)321.67º58.06%97.25%-
XYZ53.6333.8455.93-
YUV157.54149.71192.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.26%
GREEN value IS 104 (41.02% from 255) = 18.98%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=45.26%
G=18.98%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810419600.580.210.03321.6791.1469.02
HexF868C403A1531425b45
Octal370150304072253502133105
Binary111110001101000110001000111010101011110100001010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F868C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F868C4; }

 p { color: rgb(248,104,196); }

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

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

 a { background-color: rgb(248,104,196); }

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

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

 span { border-color: rgb(248,104,196); }

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