#F767CA

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

Shades of Neon Pink #F767CA

Tints of Neon Pink #F767CA

Color information

#F767CA (or 0xF767CA) is unknown color: approx Neon Pink. HEX triplet: F7, 67 and CA. RGB value is (247,103,202). Sum of RGB (Red+Green+Blue) = 247+103+202=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F767CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F767CA is #089835. Grayscale: #9D9D9D. Windows color (decimal): -563254 or 13264887. OLE color: 13264887.

HSL color Cylindrical-coordinate representation of color #F767CA: hue angle of 318.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F767CA is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247103202-
CMYK00.580.180.03
HSL318.75º90%68.63%-
HSV(B)318.75º58.3%96.86%-
XYZ53.8733.7459.55-
YUV157.34153.21191.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 103 (40.62% from 255) = 18.66%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=44.75%
G=18.66%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710320200.580.180.03318.759068.63
HexF767CA03A12313f5a45
Octal367147312072223477132105
Binary111101111100111110010100111010100101110011111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F767CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F767CA; }

 p { color: rgb(247,103,202); }

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

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

 a { background-color: rgb(247,103,202); }

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

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

 span { border-color: rgb(247,103,202); }

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