Html Css Color HEX #F967BE Neon Pink

📋 copy color: '#F967BE'

red 249 ◦ green 103 ◦ blue 190

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

Shades of Neon Pink #F967BE

Tints of Neon Pink #F967BE

RGB

 RED value IS 249 (97.66% from 255) = 45.94%

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 45.94%
G = 19%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F967BE (or 0xF967BE) is known color: Neon Pink. HEX triplet: F9, 67 and BE. RGB value is (249,103,190). Sum of RGB (Red+Green+Blue) = 249+103+190=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F967BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967BE is #069841. Grayscale: #9C9C9C. Windows color (decimal): -432194 or 12478457. OLE color: 12478457.

HSL color Cylindrical-coordinate representation of color #F967BE: hue angle of 324.25º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967BE is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 190 -
CMYK 0 0.59 0.24 0.02
HSL 324.25º 0.92% 0.69% -
HSV(B) 324.25º 0.59% 0.98% -
XYZ 53.21 33.56 52.39 -
YUV 156.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 249 103 190 0 0.59 0.24 0.02 324.25 0.92 0.69
Hex F9 67 BE 0 3B 18 2 144 5C 45
Octal 371 147 276 0 73 30 2 504 134 105
Binary 11111001 1100111 10111110 0 111011 11000 10 101000100 1011100 1000101

Color Harmonies of #F967BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967BE

Black with #F967BE

Text Example


Text Example

White with #F967BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967BE; }

 p { color: rgb(249,103,190); }

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

background-color css

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

 a { background-color: rgb(249,103,190); }

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

border-color css

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

 span { border-color: rgb(249,103,190); }

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