#F261CC

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

Shades of Neon Pink #F261CC

Tints of Neon Pink #F261CC

Color information

#F261CC (or 0xF261CC) is unknown color: approx Neon Pink. HEX triplet: F2, 61 and CC. RGB value is (242,97,204). Sum of RGB (Red+Green+Blue) = 242+97+204=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F261CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261CC is #0D9E33. Grayscale: #989898. Windows color (decimal): -892468 or 13394418. OLE color: 13394418.

HSL color Cylindrical-coordinate representation of color #F261CC: hue angle of 315.72º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261CC is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB24297204-
CMYK00.600.160.05
HSL315.72º84.8%66.47%-
HSV(B)315.72º59.92%94.9%-
XYZ51.7931.7960.53-
YUV152.55157.04191.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 97 (38.28% from 255) = 17.86%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=44.57%
G=17.86%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429720400.600.160.05315.7284.866.47
HexF261CC03C10513c5542
Octal362141314074205474125102
Binary1111001011000011100110001111001000010110011110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F261CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F261CC; }

 p { color: rgb(242,97,204); }

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

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

 a { background-color: rgb(242,97,204); }

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

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

 span { border-color: rgb(242,97,204); }

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