#F869C1

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

Shades of Neon Pink #F869C1

Tints of Neon Pink #F869C1

Color information

#F869C1 (or 0xF869C1) is unknown color: approx Neon Pink. HEX triplet: F8, 69 and C1. RGB value is (248,105,193). Sum of RGB (Red+Green+Blue) = 248+105+193=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F869C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869C1 is #07963E. Grayscale: #9D9D9D. Windows color (decimal): -497215 or 12675576. OLE color: 12675576.

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

Color convert

RGB248105193-
CMYK00.580.220.03
HSL323.08º91.08%69.22%-
HSV(B)323.08º57.66%97.25%-
XYZ53.3933.9154.18-
YUV157.79147.88192.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 105 (41.41% from 255) = 19.23%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=45.42%
G=19.23%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810519300.580.220.03323.0891.0869.22
HexF869C103A1631435b45
Octal370151301072263503133105
Binary111110001101001110000010111010101101110100001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F869C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F869C1; }

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

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

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

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

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

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

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

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