Html Css Color HEX #F068CB Neon Pink

📋 copy color: '#F068CB'

red 240 ◦ green 104 ◦ blue 203

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

Shades of Neon Pink #F068CB

Tints of Neon Pink #F068CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 43.88%
G = 19.01%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F068CB (or 0xF068CB) is known color: Neon Pink. HEX triplet: F0, 68 and CB. RGB value is (240,104,203). Sum of RGB (Red+Green+Blue) = 240+104+203=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F068CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068CB is #0F9734. Grayscale: #9B9B9B. Windows color (decimal): -1021749 or 13330672. OLE color: 13330672.

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

Color convert

RGB 240 104 203 -
CMYK 0 0.57 0.15 0.06
HSL 316.32º 0.82% 0.67% -
HSV(B) 316.32º 0.57% 0.94% -
XYZ 51.66 32.74 60.1 -
YUV 155.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 240 104 203 0 0.57 0.15 0.06 316.32 0.82 0.67
Hex F0 68 CB 0 39 F 6 13C 52 43
Octal 360 150 313 0 71 17 6 474 122 103
Binary 11110000 1101000 11001011 0 111001 1111 110 100111100 1010010 1000011

Color Harmonies of #F068CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068CB

Black with #F068CB

Text Example


Text Example

White with #F068CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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