#F05BC3

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

Shades of Neon Pink #F05BC3

Tints of Neon Pink #F05BC3

Color information

#F05BC3 (or 0xF05BC3) is unknown color: approx Neon Pink. HEX triplet: F0, 5B and C3. RGB value is (240,91,195). Sum of RGB (Red+Green+Blue) = 240+91+195=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BC3 is #0FA43C. Grayscale: #939393. Windows color (decimal): -1025085 or 12803056. OLE color: 12803056.

HSL color Cylindrical-coordinate representation of color #F05BC3: hue angle of 318.12º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05BC3 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB24091195-
CMYK00.620.190.06
HSL318.12º83.24%64.9%-
HSV(B)318.12º62.08%94.12%-
XYZ49.5329.9554.8-
YUV147.41154.86194.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.63%
GREEN value IS 91 (35.94% from 255) = 17.30%
BLUE value IS 195 (76.56% from 255) = 37.07%
R=45.63%
G=17.30%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409119500.620.190.06318.1283.2464.9
HexF05BC303E13613e5341
Octal360133303076236476123101
Binary1111000010110111100001101111101001111010011111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05BC3; }

 p { color: rgb(240,91,195); }

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

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

 a { background-color: rgb(240,91,195); }

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

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

 span { border-color: rgb(240,91,195); }

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