Html Css Color HEX #F767D0 Neon Pink

📋 copy color: '#F767D0'

red 247 ◦ green 103 ◦ blue 208

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

Shades of Neon Pink #F767D0

Tints of Neon Pink #F767D0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.46%

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 44.27%
G = 18.46%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F767D0 (or 0xF767D0) is known color: Neon Pink. HEX triplet: F7, 67 and D0. RGB value is (247,103,208). Sum of RGB (Red+Green+Blue) = 247+103+208=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F767D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F767D0 is #08982F. Grayscale: #9D9D9D. Windows color (decimal): -563248 or 13658103. OLE color: 13658103.

HSL color Cylindrical-coordinate representation of color #F767D0: hue angle of 316.25º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F767D0 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 103 208 -
CMYK 0 0.58 0.16 0.03
HSL 316.25º 0.9% 0.69% -
HSV(B) 316.25º 0.58% 0.97% -
XYZ 54.59 34.03 63.37 -
YUV 158.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 247 103 208 0 0.58 0.16 0.03 316.25 0.9 0.69
Hex F7 67 D0 0 3A 10 3 13C 5A 45
Octal 367 147 320 0 72 20 3 474 132 105
Binary 11110111 1100111 11010000 0 111010 10000 11 100111100 1011010 1000101

Color Harmonies of #F767D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F767D0

Black with #F767D0

Text Example


Text Example

White with #F767D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F767D0; }

 p { color: rgb(247,103,208); }

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

background-color css

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

 a { background-color: rgb(247,103,208); }

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

border-color css

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

 span { border-color: rgb(247,103,208); }

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