Html Css Color HEX #F068BE Neon Pink

📋 copy color: '#F068BE'

red 240 ◦ green 104 ◦ blue 190

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

Shades of Neon Pink #F068BE

Tints of Neon Pink #F068BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.48%

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

R = 44.94%
G = 19.48%
B = 35.58%

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

#F068BE (or 0xF068BE) is known color: Neon Pink. HEX triplet: F0, 68 and BE. RGB value is (240,104,190). Sum of RGB (Red+Green+Blue) = 240+104+190=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F068BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068BE is #0F9741. Grayscale: #9A9A9A. Windows color (decimal): -1021762 or 12478704. OLE color: 12478704.

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

Color convert

RGB 240 104 190 -
CMYK 0 0.57 0.21 0.06
HSL 322.06º 0.82% 0.67% -
HSV(B) 322.06º 0.57% 0.94% -
XYZ 50.18 32.14 52.27 -
YUV 154.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 240 104 190 0 0.57 0.21 0.06 322.06 0.82 0.67
Hex F0 68 BE 0 39 15 6 142 52 43
Octal 360 150 276 0 71 25 6 502 122 103
Binary 11110000 1101000 10111110 0 111001 10101 110 101000010 1010010 1000011

Color Harmonies of #F068BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068BE

Black with #F068BE

Text Example


Text Example

White with #F068BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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