Html Css Color HEX #F068C8 Neon Pink

📋 copy color: '#F068C8'

red 240 ◦ green 104 ◦ blue 200

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

Shades of Neon Pink #F068C8

Tints of Neon Pink #F068C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.76%

R = 44.12%
G = 19.12%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F068C8 (or 0xF068C8) is known color: Neon Pink. HEX triplet: F0, 68 and C8. RGB value is (240,104,200). Sum of RGB (Red+Green+Blue) = 240+104+200=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F068C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068C8 is #0F9737. Grayscale: #9B9B9B. Windows color (decimal): -1021752 or 13134064. OLE color: 13134064.

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

Color convert

RGB 240 104 200 -
CMYK 0 0.57 0.17 0.06
HSL 317.65º 0.82% 0.67% -
HSV(B) 317.65º 0.57% 0.94% -
XYZ 51.31 32.6 58.23 -
YUV 155.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 240 104 200 0 0.57 0.17 0.06 317.65 0.82 0.67
Hex F0 68 C8 0 39 11 6 13E 52 43
Octal 360 150 310 0 71 21 6 476 122 103
Binary 11110000 1101000 11001000 0 111001 10001 110 100111110 1010010 1000011

Color Harmonies of #F068C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068C8

Black with #F068C8

Text Example


Text Example

White with #F068C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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