Html Css Color HEX #F762CB Neon Pink

📋 copy color: '#F762CB'

red 247 ◦ green 98 ◦ blue 203

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

Shades of Neon Pink #F762CB

Tints of Neon Pink #F762CB

RGB

 RED value IS 247 (96.88% from 255) = 45.07%

 GREEN value IS 98 (38.67% from 255) = 17.88%

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

R = 45.07%
G = 17.88%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F762CB (or 0xF762CB) is known color: Neon Pink. HEX triplet: F7, 62 and CB. RGB value is (247,98,203). Sum of RGB (Red+Green+Blue) = 247+98+203=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F762CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762CB is #089D34. Grayscale: #9A9A9A. Windows color (decimal): -564533 or 13329143. OLE color: 13329143.

HSL color Cylindrical-coordinate representation of color #F762CB: hue angle of 317.72º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762CB is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 98 203 -
CMYK 0 0.60 0.18 0.03
HSL 317.72º 0.9% 0.68% -
HSV(B) 317.72º 0.6% 0.97% -
XYZ 53.5 32.82 60.02 -
YUV 154.52 155.36 193.96 -
System Red Green Blue C M Y K H S L
Decimal 247 98 203 0 0.60 0.18 0.03 317.72 0.9 0.68
Hex F7 62 CB 0 3C 12 3 13E 5A 44
Octal 367 142 313 0 74 22 3 476 132 104
Binary 11110111 1100010 11001011 0 111100 10010 11 100111110 1011010 1000100

Color Harmonies of #F762CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F762CB

Black with #F762CB

Text Example


Text Example

White with #F762CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F762CB; }

 p { color: rgb(247,98,203); }

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

background-color css

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

 a { background-color: rgb(247,98,203); }

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

border-color css

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

 span { border-color: rgb(247,98,203); }

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