Html Css Color HEX #F968BE Neon Pink

📋 copy color: '#F968BE'

red 249 ◦ green 104 ◦ blue 190

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

Shades of Neon Pink #F968BE

Tints of Neon Pink #F968BE

RGB

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

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

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

R = 45.86%
G = 19.15%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F968BE (or 0xF968BE) is known color: Neon Pink. HEX triplet: F9, 68 and BE. RGB value is (249,104,190). Sum of RGB (Red+Green+Blue) = 249+104+190=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F968BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968BE is #069741. Grayscale: #9C9C9C. Windows color (decimal): -431938 or 12478713. OLE color: 12478713.

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

Color convert

RGB 249 104 190 -
CMYK 0 0.58 0.24 0.02
HSL 324.41º 0.92% 0.69% -
HSV(B) 324.41º 0.58% 0.98% -
XYZ 53.31 33.76 52.42 -
YUV 157.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 249 104 190 0 0.58 0.24 0.02 324.41 0.92 0.69
Hex F9 68 BE 0 3A 18 2 144 5C 45
Octal 371 150 276 0 72 30 2 504 134 105
Binary 11111001 1101000 10111110 0 111010 11000 10 101000100 1011100 1000101

Color Harmonies of #F968BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968BE

Black with #F968BE

Text Example


Text Example

White with #F968BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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