#F264C9

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

Shades of Neon Pink #F264C9

Tints of Neon Pink #F264C9

Color information

#F264C9 (or 0xF264C9) is unknown color: approx Neon Pink. HEX triplet: F2, 64 and C9. RGB value is (242,100,201). Sum of RGB (Red+Green+Blue) = 242+100+201=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F264C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264C9 is #0D9B36. Grayscale: #999999. Windows color (decimal): -891703 or 13198578. OLE color: 13198578.

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

Color convert

RGB242100201-
CMYK00.590.170.05
HSL317.32º84.52%67.06%-
HSV(B)317.32º58.68%94.9%-
XYZ51.7232.2158.75-
YUV153.97154.54190.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 100 (39.45% from 255) = 18.42%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=44.57%
G=18.42%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210020100.590.170.05317.3284.5267.06
HexF264C903B11513d5543
Octal362144311073215475125103
Binary1111001011001001100100101110111000110110011110110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F264C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F264C9; }

 p { color: rgb(242,100,201); }

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

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

 a { background-color: rgb(242,100,201); }

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

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

 span { border-color: rgb(242,100,201); }

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