#F869DA

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

Shades of Neon Pink #F869DA

Tints of Neon Pink #F869DA

Color information

#F869DA (or 0xF869DA) is unknown color: approx Neon Pink. HEX triplet: F8, 69 and DA. RGB value is (248,105,218). Sum of RGB (Red+Green+Blue) = 248+105+218=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F869DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869DA is #079625. Grayscale: #A0A0A0. Windows color (decimal): -497190 or 14313976. OLE color: 14313976.

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

Color convert

RGB248105218-
CMYK00.580.120.03
HSL312.59º91.08%69.22%-
HSV(B)312.59º57.66%97.25%-
XYZ56.4235.1270.14-
YUV160.64160.38190.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.43%
GREEN value IS 105 (41.41% from 255) = 18.39%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=43.43%
G=18.39%
B=38.18%

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
Decimal24810521800.580.120.03312.5991.0869.22
HexF869DA03AC31395b45
Octal370151332072143471133105
Binary11111000110100111011010011101011001110011100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F869DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F869DA; }

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

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

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

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

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

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

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

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