Html Css Color HEX #FB68BE Neon Pink

📋 copy color: '#FB68BE'

red 251 ◦ green 104 ◦ blue 190

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

Shades of Neon Pink #FB68BE

Tints of Neon Pink #FB68BE

RGB

 RED value IS 251 (98.44% from 255) = 46.06%

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

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

R = 46.06%
G = 19.08%
B = 34.86%

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

#FB68BE (or 0xFB68BE) is known color: Neon Pink. HEX triplet: FB, 68 and BE. RGB value is (251,104,190). Sum of RGB (Red+Green+Blue) = 251+104+190=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68BE is #049741. Grayscale: #9D9D9D. Windows color (decimal): -300866 or 12478715. OLE color: 12478715.

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

Color convert

RGB 251 104 190 -
CMYK 0 0.59 0.24 0.02
HSL 324.9º 0.95% 0.7% -
HSV(B) 324.9º 0.59% 0.98% -
XYZ 54.03 34.13 52.45 -
YUV 157.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 251 104 190 0 0.59 0.24 0.02 324.9 0.95 0.7
Hex FB 68 BE 0 3B 18 2 145 5F 46
Octal 373 150 276 0 73 30 2 505 137 106
Binary 11111011 1101000 10111110 0 111011 11000 10 101000101 1011111 1000110

Color Harmonies of #FB68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68BE

Black with #FB68BE

Text Example


Text Example

White with #FB68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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