#F867CD

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

Shades of Neon Pink #F867CD

Tints of Neon Pink #F867CD

Color information

#F867CD (or 0xF867CD) is unknown color: approx Neon Pink. HEX triplet: F8, 67 and CD. RGB value is (248,103,205). Sum of RGB (Red+Green+Blue) = 248+103+205=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F867CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F867CD is #079832. Grayscale: #9D9D9D. Windows color (decimal): -497715 or 13461496. OLE color: 13461496.

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

Color convert

RGB248103205-
CMYK00.580.170.03
HSL317.79º91.19%68.82%-
HSV(B)317.79º58.47%97.25%-
XYZ54.5834.0661.46-
YUV157.98154.54192.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 103 (40.62% from 255) = 18.53%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=44.60%
G=18.53%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810320500.580.170.03317.7991.1968.82
HexF867CD03A11313e5b45
Octal370147315072213476133105
Binary111110001100111110011010111010100011110011111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F867CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F867CD; }

 p { color: rgb(248,103,205); }

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

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

 a { background-color: rgb(248,103,205); }

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

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

 span { border-color: rgb(248,103,205); }

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