Html Css Color HEX #F069BE Neon Pink

📋 copy color: '#F069BE'

red 240 ◦ green 105 ◦ blue 190

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

Shades of Neon Pink #F069BE

Tints of Neon Pink #F069BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.63%

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

R = 44.86%
G = 19.63%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F069BE (or 0xF069BE) is known color: Neon Pink. HEX triplet: F0, 69 and BE. RGB value is (240,105,190). Sum of RGB (Red+Green+Blue) = 240+105+190=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F069BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069BE is #0F9641. Grayscale: #9A9A9A. Windows color (decimal): -1021506 or 12478960. OLE color: 12478960.

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

Color convert

RGB 240 105 190 -
CMYK 0 0.56 0.21 0.06
HSL 322.22º 0.82% 0.68% -
HSV(B) 322.22º 0.56% 0.94% -
XYZ 50.28 32.35 52.31 -
YUV 155.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 240 105 190 0 0.56 0.21 0.06 322.22 0.82 0.68
Hex F0 69 BE 0 38 15 6 142 52 44
Octal 360 151 276 0 70 25 6 502 122 104
Binary 11110000 1101001 10111110 0 111000 10101 110 101000010 1010010 1000100

Color Harmonies of #F069BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069BE

Black with #F069BE

Text Example


Text Example

White with #F069BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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