#F869C5

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

Shades of Neon Pink #F869C5

Tints of Neon Pink #F869C5

Color information

#F869C5 (or 0xF869C5) is unknown color: approx Neon Pink. HEX triplet: F8, 69 and C5. RGB value is (248,105,197). Sum of RGB (Red+Green+Blue) = 248+105+197=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F869C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869C5 is #07963A. Grayscale: #9E9E9E. Windows color (decimal): -497211 or 12937720. OLE color: 12937720.

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

Color convert

RGB248105197-
CMYK00.580.210.03
HSL321.4º91.08%69.22%-
HSV(B)321.4º57.66%97.25%-
XYZ53.8434.0956.57-
YUV158.24149.88192.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.09%
GREEN value IS 105 (41.41% from 255) = 19.09%
BLUE value IS 197 (77.34% from 255) = 35.82%
R=45.09%
G=19.09%
B=35.82%

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
Decimal24810519700.580.210.03321.491.0869.22
HexF869C503A1531415b45
Octal370151305072253501133105
Binary111110001101001110001010111010101011110100000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F869C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F869C5; }

 p { color: rgb(248,105,197); }

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

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

 a { background-color: rgb(248,105,197); }

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

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

 span { border-color: rgb(248,105,197); }

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