#F265C1

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

Shades of Neon Pink #F265C1

Tints of Neon Pink #F265C1

Color information

#F265C1 (or 0xF265C1) is unknown color: approx Neon Pink. HEX triplet: F2, 65 and C1. RGB value is (242,101,193). Sum of RGB (Red+Green+Blue) = 242+101+193=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F265C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265C1 is #0D9A3E. Grayscale: #999999. Windows color (decimal): -891455 or 12674546. OLE color: 12674546.

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

Color convert

RGB242101193-
CMYK00.580.200.05
HSL320.85º84.43%67.25%-
HSV(B)320.85º58.26%94.9%-
XYZ50.932.0353.95-
YUV153.65150.21191.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 101 (39.84% from 255) = 18.84%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=45.15%
G=18.84%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210119300.580.200.05320.8584.4367.25
HexF265C103A1451415443
Octal362145301072245501124103
Binary1111001011001011100000101110101010010110100000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F265C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F265C1; }

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

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

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

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

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

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

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

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