#F865C4

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

Shades of Neon Pink #F865C4

Tints of Neon Pink #F865C4

Color information

#F865C4 (or 0xF865C4) is unknown color: approx Neon Pink. HEX triplet: F8, 65 and C4. RGB value is (248,101,196). Sum of RGB (Red+Green+Blue) = 248+101+196=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F865C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865C4 is #079A3B. Grayscale: #9B9B9B. Windows color (decimal): -498236 or 12871160. OLE color: 12871160.

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

Color convert

RGB248101196-
CMYK00.590.210.03
HSL321.22º91.3%68.43%-
HSV(B)321.22º59.27%97.25%-
XYZ53.3333.2555.83-
YUV155.78150.7193.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.50%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=45.50%
G=18.53%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810119600.590.210.03321.2291.368.43
HexF865C403B1531415b44
Octal370145304073253501133104
Binary111110001100101110001000111011101011110100000110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F865C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F865C4; }

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

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

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

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

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

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

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

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