Html Css Color HEX #F067BE Neon Pink

📋 copy color: '#F067BE'

red 240 ◦ green 103 ◦ blue 190

#F067BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F067BE

Tints of Neon Pink #F067BE

RGB

 RED value IS 240 (94.14% from 255) = 45.03%

 GREEN value IS 103 (40.63% from 255) = 19.32%

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 45.03%
G = 19.32%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F067BE (or 0xF067BE) is known color: Neon Pink. HEX triplet: F0, 67 and BE. RGB value is (240,103,190). Sum of RGB (Red+Green+Blue) = 240+103+190=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F067BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067BE is #0F9841. Grayscale: #999999. Windows color (decimal): -1022018 or 12478448. OLE color: 12478448.

HSL color Cylindrical-coordinate representation of color #F067BE: hue angle of 321.9º 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 #F067BE is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 190 -
CMYK 0 0.57 0.21 0.06
HSL 321.9º 0.82% 0.67% -
HSV(B) 321.9º 0.57% 0.94% -
XYZ 50.08 31.94 52.24 -
YUV 153.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 240 103 190 0 0.57 0.21 0.06 321.9 0.82 0.67
Hex F0 67 BE 0 39 15 6 142 52 43
Octal 360 147 276 0 71 25 6 502 122 103
Binary 11110000 1100111 10111110 0 111001 10101 110 101000010 1010010 1000011

Color Harmonies of #F067BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067BE

Black with #F067BE

Text Example


Text Example

White with #F067BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067BE; }

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

 H1.HeaderClassName
 {
   color: #F067BE;
 }
 .AnyTagClassName
 {
   color: #F067BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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