Html Css Color HEX #F069C0 Neon Pink

📋 copy color: '#F069C0'

red 240 ◦ green 105 ◦ blue 192

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

Shades of Neon Pink #F069C0

Tints of Neon Pink #F069C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 44.69%
G = 19.55%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F069C0 (or 0xF069C0) is known color: Neon Pink. HEX triplet: F0, 69 and C0. RGB value is (240,105,192). Sum of RGB (Red+Green+Blue) = 240+105+192=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C0 is #0F963F. Grayscale: #9B9B9B. Windows color (decimal): -1021504 or 12610032. OLE color: 12610032.

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

Color convert

RGB 240 105 192 -
CMYK 0 0.56 0.20 0.06
HSL 321.33º 0.82% 0.68% -
HSV(B) 321.33º 0.56% 0.94% -
XYZ 50.5 32.43 53.47 -
YUV 155.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 240 105 192 0 0.56 0.20 0.06 321.33 0.82 0.68
Hex F0 69 C0 0 38 14 6 141 52 44
Octal 360 151 300 0 70 24 6 501 122 104
Binary 11110000 1101001 11000000 0 111000 10100 110 101000001 1010010 1000100

Color Harmonies of #F069C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069C0

Black with #F069C0

Text Example


Text Example

White with #F069C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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