#F265C0

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

Shades of Neon Pink #F265C0

Tints of Neon Pink #F265C0

Color information

#F265C0 (or 0xF265C0) is unknown color: approx Neon Pink. HEX triplet: F2, 65 and C0. RGB value is (242,101,192). Sum of RGB (Red+Green+Blue) = 242+101+192=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F265C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265C0 is #0D9A3F. Grayscale: #999999. Windows color (decimal): -891456 or 12609010. OLE color: 12609010.

HSL color Cylindrical-coordinate representation of color #F265C0: hue angle of 321.28º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265C0 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242101192-
CMYK00.580.210.05
HSL321.28º84.43%67.25%-
HSV(B)321.28º58.26%94.9%-
XYZ50.7931.9953.37-
YUV153.53149.71191.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 101 (39.84% from 255) = 18.88%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=45.23%
G=18.88%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210119200.580.210.05321.2884.4367.25
HexF265C003A1551415443
Octal362145300072255501124103
Binary1111001011001011100000001110101010110110100000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F265C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F265C0; }

 p { color: rgb(242,101,192); }

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

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

 a { background-color: rgb(242,101,192); }

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

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

 span { border-color: rgb(242,101,192); }

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