#F065C9

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

Shades of Neon Pink #F065C9

Tints of Neon Pink #F065C9

Color information

#F065C9 (or 0xF065C9) is unknown color: approx Neon Pink. HEX triplet: F0, 65 and C9. RGB value is (240,101,201). Sum of RGB (Red+Green+Blue) = 240+101+201=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F065C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065C9 is #0F9A36. Grayscale: #999999. Windows color (decimal): -1022519 or 13198832. OLE color: 13198832.

HSL color Cylindrical-coordinate representation of color #F065C9: hue angle of 316.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065C9 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240101201-
CMYK00.580.160.06
HSL316.83º82.25%66.86%-
HSV(B)316.83º57.92%94.12%-
XYZ51.1332.0558.75-
YUV153.96154.55189.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.28%
GREEN value IS 101 (39.84% from 255) = 18.63%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=44.28%
G=18.63%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010120100.580.160.06316.8382.2566.86
HexF065C903A10613d5243
Octal360145311072206475122103
Binary1111000011001011100100101110101000011010011110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065C9; }

 p { color: rgb(240,101,201); }

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

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

 a { background-color: rgb(240,101,201); }

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

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

 span { border-color: rgb(240,101,201); }

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