#F261CD

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

Shades of Neon Pink #F261CD

Tints of Neon Pink #F261CD

Color information

#F261CD (or 0xF261CD) is unknown color: approx Neon Pink. HEX triplet: F2, 61 and CD. RGB value is (242,97,205). Sum of RGB (Red+Green+Blue) = 242+97+205=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F261CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261CD is #0D9E32. Grayscale: #989898. Windows color (decimal): -892467 or 13459954. OLE color: 13459954.

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

Color convert

RGB24297205-
CMYK00.600.150.05
HSL315.31º84.8%66.47%-
HSV(B)315.31º59.92%94.9%-
XYZ51.9131.8361.17-
YUV152.67157.54191.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 97 (38.28% from 255) = 17.83%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=44.49%
G=17.83%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429720500.600.150.05315.3184.866.47
HexF261CD03CF513b5542
Octal362141315074175473125102
Binary111100101100001110011010111100111110110011101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F261CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F261CD; }

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

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

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

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

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

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

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

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