Html Css Color HEX #F068C9 Neon Pink

📋 copy color: '#F068C9'

red 240 ◦ green 104 ◦ blue 201

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

Shades of Neon Pink #F068C9

Tints of Neon Pink #F068C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 44.04%
G = 19.08%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F068C9 (or 0xF068C9) is known color: Neon Pink. HEX triplet: F0, 68 and C9. RGB value is (240,104,201). Sum of RGB (Red+Green+Blue) = 240+104+201=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F068C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068C9 is #0F9736. Grayscale: #9B9B9B. Windows color (decimal): -1021751 or 13199600. OLE color: 13199600.

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

Color convert

RGB 240 104 201 -
CMYK 0 0.57 0.16 0.06
HSL 317.21º 0.82% 0.67% -
HSV(B) 317.21º 0.57% 0.94% -
XYZ 51.43 32.64 58.85 -
YUV 155.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 240 104 201 0 0.57 0.16 0.06 317.21 0.82 0.67
Hex F0 68 C9 0 39 10 6 13D 52 43
Octal 360 150 311 0 71 20 6 475 122 103
Binary 11110000 1101000 11001001 0 111001 10000 110 100111101 1010010 1000011

Color Harmonies of #F068C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068C9

Black with #F068C9

Text Example


Text Example

White with #F068C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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