Html Css Color HEX #F069CE Neon Pink

📋 copy color: '#F069CE'

red 240 ◦ green 105 ◦ blue 206

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

Shades of Neon Pink #F069CE

Tints of Neon Pink #F069CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 43.56%
G = 19.06%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F069CE (or 0xF069CE) is known color: Neon Pink. HEX triplet: F0, 69 and CE. RGB value is (240,105,206). Sum of RGB (Red+Green+Blue) = 240+105+206=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F069CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069CE is #0F9631. Grayscale: #9C9C9C. Windows color (decimal): -1021490 or 13527536. OLE color: 13527536.

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

Color convert

RGB 240 105 206 -
CMYK 0 0.56 0.14 0.06
HSL 315.11º 0.82% 0.68% -
HSV(B) 315.11º 0.56% 0.94% -
XYZ 52.13 33.08 62.03 -
YUV 156.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 240 105 206 0 0.56 0.14 0.06 315.11 0.82 0.68
Hex F0 69 CE 0 38 E 6 13B 52 44
Octal 360 151 316 0 70 16 6 473 122 104
Binary 11110000 1101001 11001110 0 111000 1110 110 100111011 1010010 1000100

Color Harmonies of #F069CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069CE

Black with #F069CE

Text Example


Text Example

White with #F069CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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