#F869D9

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

Shades of Neon Pink #F869D9

Tints of Neon Pink #F869D9

Color information

#F869D9 (or 0xF869D9) is unknown color: approx Neon Pink. HEX triplet: F8, 69 and D9. RGB value is (248,105,217). Sum of RGB (Red+Green+Blue) = 248+105+217=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F869D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869D9 is #079626. Grayscale: #A0A0A0. Windows color (decimal): -497191 or 14248440. OLE color: 14248440.

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

Color convert

RGB248105217-
CMYK00.580.120.03
HSL313.01º91.08%69.22%-
HSV(B)313.01º57.66%97.25%-
XYZ56.2935.0769.45-
YUV160.52159.88190.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.51%
GREEN value IS 105 (41.41% from 255) = 18.42%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=43.51%
G=18.42%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810521700.580.120.03313.0191.0869.22
HexF869D903AC31395b45
Octal370151331072143471133105
Binary11111000110100111011001011101011001110011100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F869D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F869D9; }

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

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

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

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

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

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

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

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