Html Css Color HEX #F668CB Neon Pink

📋 copy color: '#F668CB'

red 246 ◦ green 104 ◦ blue 203

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

Shades of Neon Pink #F668CB

Tints of Neon Pink #F668CB

RGB

 RED value IS 246 (96.48% from 255) = 44.48%

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

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

R = 44.48%
G = 18.81%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F668CB (or 0xF668CB) is known color: Neon Pink. HEX triplet: F6, 68 and CB. RGB value is (246,104,203). Sum of RGB (Red+Green+Blue) = 246+104+203=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F668CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668CB is #099734. Grayscale: #9D9D9D. Windows color (decimal): -628533 or 13330678. OLE color: 13330678.

HSL color Cylindrical-coordinate representation of color #F668CB: hue angle of 318.17º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668CB is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 104 203 -
CMYK 0 0.58 0.17 0.04
HSL 318.17º 0.89% 0.69% -
HSV(B) 318.17º 0.58% 0.96% -
XYZ 53.74 33.81 60.19 -
YUV 157.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 246 104 203 0 0.58 0.17 0.04 318.17 0.89 0.69
Hex F6 68 CB 0 3A 11 4 13E 59 45
Octal 366 150 313 0 72 21 4 476 131 105
Binary 11110110 1101000 11001011 0 111010 10001 100 100111110 1011001 1000101

Color Harmonies of #F668CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F668CB

Black with #F668CB

Text Example


Text Example

White with #F668CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F668CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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