#F067BC

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

Shades of Neon Pink #F067BC

Tints of Neon Pink #F067BC

Color information

#F067BC (or 0xF067BC) is unknown color: approx Neon Pink. HEX triplet: F0, 67 and BC. RGB value is (240,103,188). Sum of RGB (Red+Green+Blue) = 240+103+188=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F067BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067BC is #0F9843. Grayscale: #999999. Windows color (decimal): -1022020 or 12347376. OLE color: 12347376.

HSL color Cylindrical-coordinate representation of color #F067BC: hue angle of 322.77º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F067BC is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240103188-
CMYK00.570.220.06
HSL322.77º82.04%67.25%-
HSV(B)322.77º57.08%94.12%-
XYZ49.8631.8651.1-
YUV153.65147.39189.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.20%
GREEN value IS 103 (40.62% from 255) = 19.40%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=45.20%
G=19.40%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010318800.570.220.06322.7782.0467.25
HexF067BC0391661435243
Octal360147274071266503122103
Binary1111000011001111011110001110011011011010100001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F067BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F067BC; }

 p { color: rgb(240,103,188); }

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

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

 a { background-color: rgb(240,103,188); }

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

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

 span { border-color: rgb(240,103,188); }

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